Update of django lib useres with parameter USERS_SELF_REGISTRATION

This commit is contained in:
Dirk Alders 2024-10-08 07:33:53 +02:00
parent a261fd1035
commit 4c23eb77f3
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,8 @@
# #
STARTPAGE = "startpage" STARTPAGE = "startpage"
USERS_SELF_REGISTRATION = False
# #
# General settings # General settings
@ -23,4 +25,3 @@ ALLOWED_HOSTS = ['127.0.0.1', 'localhost', ]
# Style settings # Style settings
# #
DEFAULT_THEME = 'clear-blue' DEFAULT_THEME = 'clear-blue'

2
users

@ -1 +1 @@
Subproject commit 0827a5311fdbbef689365c6db5762881e048ba9c Subproject commit 57852e6ec8867543fbcd9915ae5b6d092aafe339