End-user password resets are only available for those using Built-In Authentication.
To reset a user's password, go to Manage > Users. Find the user whose password you want to reset and click the vertical ellipses associated with that user.
Click Reset Password. You'll be shown a temporary password that you can provide to the user.
When the user logs in using the temporary password, they will be prompted to change it.
Reset the Site Admin's Password
If you need to reset the Site Admin user password, you can do so using cemanager's reset-admin-password command.
You should have the kubectl dependency installed from when you first set up Coder; if not, please sure to install it before proceeding.
To reset your password, run the following in the terminal:
# get any cemanager pod
kubectl get pods | grep cemanager- | awk '{print $1}' | head -n1
# call the reset-admin-password subcommand
kubectl exec -it <cemanager pod> -- cemanager reset-admin-password
You'll be presented with a temporary password for the Site Admin user; the next time that you log in with this set of credentials, Coder Enterprise will prompt you to change the password.
Comments
0 comments
Please sign in to leave a comment.