diff --git a/config_example/config.py b/config_example/config.py index 88c938c..4d086e6 100644 --- a/config_example/config.py +++ b/config_example/config.py @@ -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 diff --git a/users b/users index 12526f4..a50e55d 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 12526f44d736b360a2c92a46eabed1c455e1b4fa +Subproject commit a50e55daf1822fe184b0b6bca2609a639a944584