how to hash the password via CLI #1133
Replies: 1 comment 2 replies
-
Why not just use the admin interface that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I install snappymail, I have access to the password I'd like to set for the admin user. In looking at the hash value for admin_password, I noticed it's bcrypt and tried hashing it with PHP like so;
That does produce a bcrypt hash but when I store that hash in application.ini, I can't use it to log in. How do I hash a password so that I can store the hash in application.ini and snappymail will be happy?
Beta Was this translation helpful? Give feedback.
All reactions