Replies: 2 comments 1 reply
-
|
To reset the password externally, you can run this query on the database. Will add this to the documentation and also consider a CLI flag for a future release. UPDATE users SET password = CRYPT('newpasswordhere', GEN_SALT('bf')) WHERE username='yourusername'; |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So, can I be logged into Postgres with "listmonk" user and do this? Or does this require "postgres" user? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How to reset the admin password in 4.10? There is no documented way to do this anywhere.
Beta Was this translation helpful? Give feedback.
All reactions