Added default roles for users and unified admin check

This commit is contained in:
0mar
2021-05-25 13:51:43 +02:00
parent 1a01302e27
commit c13ad804fe
4 changed files with 34 additions and 21 deletions

View File

@@ -112,7 +112,7 @@ class Authenticator(LoggingConfigurable):
Use this with supported authenticators to restrict which users can log in. This is an
additional list that further restricts users, beyond whatever restrictions the
authenticator has in place.
authenticator has in place. Any user in this list is granted the 'user' role on hub startup.
If empty, does not perform any additional restriction.