The password reset for the administrator account failed. #7482
-
I forgot the password of my administrator account. Then I tried to reset the administrator account according to the method in "Troubleshooting", but failed. At first, I suspected that there was something wrong with my setting method. I took an account that could log in normally for testing. When I changed the password according to the above method, I found that the test account couldn't log in. This indicates that the above method did change the password in the database, but I don't know why the password matching didn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The software version is 2.5.304 |
Beta Was this translation helpful? Give feedback.
-
docker exec my- postgresql-docker -U wikijs_user -d wikijs_database -c "UPDATE users SET password = 'HASH-PASSWORD' WHERE email = 'YOUR-EMAIL';" |
Beta Was this translation helpful? Give feedback.
@NGPixel