New secrets system and quotas (#35)
This commit is contained in:
@@ -109,6 +109,7 @@ if configGet("registration_enabled") is True:
|
||||
{
|
||||
"user": user,
|
||||
"email": email,
|
||||
"quota": None,
|
||||
"hash": get_password_hash(password),
|
||||
"disabled": configGet("registration_requires_confirmation"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user