You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently provide user CRUD for admins using tctl. We should provide the same functionality in the Teleport UI.
Currently tctl admins can currently
users add Generate a user invitation token [Teleport DB users only]
users ls List all user accounts [Teleport DB users only]
users rm Deletes user accounts
User Roles
-------- -----
benarent admin
jon admin
twakes admin
Things to considers:
We should provide an option that an admin can reset a users password / 2FA
The ability to add / invite new users without having to log into the auth server ( does this require more steps to verify the user )
The text was updated successfully, but these errors were encountered:
We currently provide user CRUD for admins using
tctl
. We should provide the same functionality in the Teleport UI.Currently
tctl
admins can currentlyThings to considers:
The text was updated successfully, but these errors were encountered: