Re-add accidentally removed CREATE_USER_FUNC
This commit is contained in:
parent
0b4885b5d2
commit
7dc733630b
@ -138,6 +138,8 @@ config_locations = [
|
||||
"/etc/etebase-server/etebase-server.ini",
|
||||
]
|
||||
|
||||
ETEBASE_CREATE_USER_FUNC = "django_etebase.utils.create_user_blocked"
|
||||
|
||||
# Use config file if present
|
||||
if any(os.path.isfile(x) for x in config_locations):
|
||||
config = configparser.ConfigParser()
|
||||
|
Loading…
Reference in New Issue
Block a user