Переглянути джерело

users library update

master
Dirk Alders 1 місяць тому
джерело
коміт
abc0f749e6
2 змінених файлів з 4 додано та 2 видалено
  1. 3
    1
      config_example/config.py
  2. 1
    1
      users

+ 3
- 1
config_example/config.py Переглянути файл

@@ -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

+ 1
- 1
users

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

Завантаження…
Відмінити
Зберегти