Update docs/source/getting-started/authenticators-users-basics.md

I committed your suggestion about changing the target for the "roles". Thank you!

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Teniola Olowookere
2022-10-21 20:25:21 +01:00
committed by GitHub
parent 794a1aa70f
commit b741a30dc3

View File

@@ -25,7 +25,7 @@ If this configuration value is not set, then **all authenticated users will be a
```{note} ```{note}
As of JupyterHub 2.0, the full permissions of `admin_users` As of JupyterHub 2.0, the full permissions of `admin_users`
should not be required. should not be required.
Instead, you can assign **roles** to users or groups Instead, you can assign [roles](define-role-target) to users or groups
with only the scopes they require. with only the scopes they require.
``` ```