- Further fixes for license stuff
- Small fixes to ensure Quay works for Postgres
This commit is contained in:
parent
8866b881db
commit
d2880807b2
11 changed files with 16 additions and 73 deletions
|
@ -69,8 +69,7 @@ class TooManyUsersException(DataModelException):
|
|||
|
||||
|
||||
def is_create_user_allowed():
|
||||
return get_active_user_count() < config.app_config['LICENSE_USER_LIMIT']
|
||||
|
||||
return True
|
||||
|
||||
def create_user(username, password, email):
|
||||
""" Creates a regular user, if allowed. """
|
||||
|
|
Reference in a new issue