From abc0f749e6ba2cc98e17037940d41fd990e912dd Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 9 Nov 2024 13:36:45 +0100 Subject: [PATCH] users library update --- config_example/config.py | 4 +++- users | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config_example/config.py b/config_example/config.py index b2c8994..c7b13f0 100644 --- a/config_example/config.py +++ b/config_example/config.py @@ -19,8 +19,10 @@ DEFAULT_THEME = 'clear-teal' # 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