disabled forbidden_registration for development
This commit is contained in:
parent
d6cbd8c782
commit
8cc5a51f76
@ -6,6 +6,8 @@ copyright = "Copyright (C) 2024 Dita Aji Pratama"
|
||||
|
||||
production = False
|
||||
forbidden_registration = ['su', 'admin']
|
||||
if production == False:
|
||||
forbidden_registration = []
|
||||
|
||||
auth_key = 'your_key'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user