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
I've the same problem and ended up modifiying the user in the database.
Open a shell inside your container. For example: docker exec -it illa-builder sh
Use psql to update the user: psql -U postgres -d illa_supervisor -c "UPDATE users SET email = '[email protected]' WHERE nickname = 'root';"
Alternatively you can set the new password as bcrypt hash directly: psql -U postgres -d illa_supervisor -c "UPDATE users SET password_digest = '$2a$10$...' WHERE nickname = 'root';"
Can't change root password because root email to get Verification code is uneditable
https://www.dropbox.com/scl/fi/7zusdb28bvcre5hgztlqd/Screenshot-2023-10-30-172816.png?rlkey=lqhoyfd17yjcys6bre7xiw2nh&dl=1
The text was updated successfully, but these errors were encountered: