-
Beta Was this translation helpful? Give feedback.
Answered by
ridz1208
Jan 13, 2022
Replies: 2 comments 2 replies
-
Hi @gdevenyi, the easiest way to get past that is the following:
FYI, This will obviously wipe all traces of that user in the user_login_history, so if you actually care about that data, let me know and I will find another way to get you in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gdevenyi
-
There is also |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gdevenyi,
the easiest way to get past that is the following:
Active
column in theusers
MySQL table is set toY
for this useruser_name
value with the actual name:DELETE FROM user_login_history WHERE UserID='user_name'
FYI, This will obviously wipe all traces of that user in the user_login_history, so if you actually care about that data, let me know and I will find another way to get you in