|
@@ -19,8 +19,10 @@ DEFAULT_THEME = 'clear-teal'
|
19
|
19
|
# Users library
|
20
|
20
|
#
|
21
|
21
|
# This enables or disables the self registration
|
22
|
|
-# If you enable self registration it is recommended to configure "Django mail / smtp settings"
|
|
22
|
+# If you enable self registration (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
|
23
|
23
|
USERS_SELF_REGISTRATION = False
|
|
24
|
+# If you enable password recovery (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
|
|
25
|
+USERS_PASSWORD_RECOVERY = False
|
24
|
26
|
# This enables or disables the mail validation after self registration
|
25
|
27
|
USERS_MAIL_VALIDATION = True
|
26
|
28
|
# This enables or disables the account activation by an admin after self registration
|