users library update

This commit is contained in:
Dirk Alders 2024-11-09 13:37:57 +01:00
parent 08b476851e
commit 4a7549ec26
2 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ DEFAULT_THEME = 'clear-green'
# Users library
#
# This enables or disables the self registration
# If you enable self registration it is recommended to configure "Django mail / smtp settings"
# If you enable self registration (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
USERS_SELF_REGISTRATION = False
# If you enable password recovery (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
USERS_PASSWORD_RECOVERY = False
# This enables or disables the mail validation after self registration
USERS_MAIL_VALIDATION = True
# This enables or disables the account activation by an admin after self registration

2
users

@ -1 +1 @@
Subproject commit 12526f44d736b360a2c92a46eabed1c455e1b4fa
Subproject commit a50e55daf1822fe184b0b6bca2609a639a944584