Browse Source

Update of django lib useres with parameter USERS_SELF_REGISTRATION

master
Dirk Alders 2 months ago
parent
commit
4c23eb77f3
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      config_example/config.py
  2. 1
    1
      users

+ 2
- 1
config_example/config.py View File

3
 #
3
 #
4
 STARTPAGE = "startpage"
4
 STARTPAGE = "startpage"
5
 
5
 
6
+USERS_SELF_REGISTRATION = False
7
+
6
 
8
 
7
 #
9
 #
8
 # General settings
10
 # General settings
23
 # Style settings
25
 # Style settings
24
 #
26
 #
25
 DEFAULT_THEME = 'clear-blue'
27
 DEFAULT_THEME = 'clear-blue'
26
-

+ 1
- 1
users

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

Loading…
Cancel
Save