Browse Source

users library update

master
Dirk Alders 1 month ago
parent
commit
abc0f749e6
2 changed files with 4 additions and 2 deletions
  1. 3
    1
      config_example/config.py
  2. 1
    1
      users

+ 3
- 1
config_example/config.py View File

19
 # Users library
19
 # Users library
20
 #
20
 #
21
 # This enables or disables the self registration
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
 USERS_SELF_REGISTRATION = False
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
 # This enables or disables the mail validation after self registration
26
 # This enables or disables the mail validation after self registration
25
 USERS_MAIL_VALIDATION = True
27
 USERS_MAIL_VALIDATION = True
26
 # This enables or disables the account activation by an admin after self registration
28
 # This enables or disables the account activation by an admin after self registration

+ 1
- 1
users

1
-Subproject commit 12526f44d736b360a2c92a46eabed1c455e1b4fa
1
+Subproject commit a50e55daf1822fe184b0b6bca2609a639a944584

Loading…
Cancel
Save