From 4c23eb77f35842b88ff57ab3d89282b8167168ba Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 8 Oct 2024 07:33:53 +0200 Subject: [PATCH] Update of django lib useres with parameter USERS_SELF_REGISTRATION --- config_example/config.py | 3 ++- users | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config_example/config.py b/config_example/config.py index 901ceae..2b1f059 100644 --- a/config_example/config.py +++ b/config_example/config.py @@ -3,6 +3,8 @@ # STARTPAGE = "startpage" +USERS_SELF_REGISTRATION = False + # # General settings @@ -23,4 +25,3 @@ ALLOWED_HOSTS = ['127.0.0.1', 'localhost', ] # Style settings # DEFAULT_THEME = 'clear-blue' - diff --git a/users b/users index 0827a53..57852e6 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 0827a5311fdbbef689365c6db5762881e048ba9c +Subproject commit 57852e6ec8867543fbcd9915ae5b6d092aafe339