Browse Source

users library update

master
Dirk Alders 2 months ago
parent
commit
4a7549ec26
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

11
 # Users library
11
 # Users library
12
 #
12
 #
13
 # This enables or disables the self registration
13
 # This enables or disables the self registration
14
-# If you enable self registration it is recommended to configure "Django mail / smtp settings"
14
+# If you enable self registration (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
15
 USERS_SELF_REGISTRATION = False
15
 USERS_SELF_REGISTRATION = False
16
+# If you enable password recovery (or you want to use it as superuser) it is recommended to configure "Django mail / smtp settings"
17
+USERS_PASSWORD_RECOVERY = False
16
 # This enables or disables the mail validation after self registration
18
 # This enables or disables the mail validation after self registration
17
 USERS_MAIL_VALIDATION = True
19
 USERS_MAIL_VALIDATION = True
18
 # This enables or disables the account activation by an admin after self registration
20
 # 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