-
I have a user with a status of 'is_locked: true' that has not changed (long after the lock_expires time has passed). Is there a way to override this unwanted lock? |
Beta Was this translation helpful? Give feedback.
Answered by
benarent
Apr 19, 2021
Replies: 1 comment
-
Hi @dacre-riv , This is an easy fix, on the Auth server you want to use https://goteleport.com/docs/cli-docs/#tctl-get |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
webvictim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dacre-riv ,
This is an easy fix, on the Auth server you want to use https://goteleport.com/docs/cli-docs/#tctl-get
tctl get
. e.g.tctl get user/joe > joe.yaml
Editjoe.yaml
to remove is locked: false, then update Joe usingtctl update joe.yaml