Skip to content

How can I manually reset a password in the database using phpmyadmin?

edited January 2014 in Questions

How can I manually reset a password in the database using phpmyadmin?

I am not receiving the password reset emails (separate issue) but I would like to know how to manually reset the passord. In the table that contains the user logins there is a password field, and I would like to know what algo is used to hash the password to get that string?

Thanks in advance,
Andrew

Comments

  • BenBen
    edited October 2023

    Make sure your main account login's email address is verified at your SES console otherwise the 'forgot password' email will fail to send. If you've already done that and the email is still not in your inbox, check your spam folder.

    If the email is not in the spam folder, try the following to reset your password to 12345678:

    1. Login to Sendy's database via phpmyadmin
    2. Go to the login table
    3. Paste the following hash in the 'password' column of the first record overwriting the existing one

    a5b253d8484925a3b4fba260768416dfdcbeaed639bb3435c566cbf54721f846903725c7283cf9ab1f090f179d015f46a50b5e798695547eda6e2342db8918a2

    Your password will be changed to 12345678.

    Needless to say, change your password immediately after logging in to Sendy.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.