Skip to content
Snippets Groups Projects
Commit 0bfa42c9 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: default ACCOUNT_ACTIVATION_DAYS

parent 82191082
No related branches found
No related tags found
No related merge requests found
Pipeline #9788 passed
......@@ -34,3 +34,4 @@ USER_OWNER_PERMISSIONS = ['view', 'add', 'change']
GROUP_ANONYMOUS_PERMISSIONS = ['view']
GROUP_AUTHENTICATED_PERMISSIONS = ['view', 'add', 'change']
GROUP_OWNER_PERMISSIONS = ['view', 'add', 'change']
ACCOUNT_ACTIVATION_DAYS = 7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment