Skip to content

Commit

Permalink
extend INVITATIONS_TOKEN_AGE to 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
vmakarenko committed Nov 19, 2020
1 parent 7864e6d commit 8688e01
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2012-2016 Seafile Ltd.
from django.conf import settings

INVITATIONS_TOKEN_AGE = getattr(settings, 'INVITATIONS_TOKEN_AGE', 24*7) # hours

0 comments on commit 8688e01

Please sign in to comment.