Placeholder for roles in spawner

This commit is contained in:
0mar
2021-04-23 09:46:42 +02:00
parent a5af48ef24
commit cb8c02366d
2 changed files with 4 additions and 2 deletions

View File

@@ -568,7 +568,7 @@ class User:
client_id,
api_token,
url_path_join(self.url, server_name, 'oauth_callback'),
description="Server at %s"
description="Server at %s" # todo: own server: 'users:servers!user={username} as allowed role?
% (url_path_join(self.base_url, server_name) + '/'),
)
db.commit()