mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 21:43:01 +00:00
Removed user model flags, scope-guarded server model with new scopes
This commit is contained in:
@@ -159,6 +159,7 @@ def fill_user(model):
|
||||
model.setdefault('created', TIMESTAMP)
|
||||
model.setdefault('last_activity', TIMESTAMP)
|
||||
model.setdefault('servers', {})
|
||||
model.setdefault('auth_state', '')
|
||||
return model
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user