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