Collection Managers Support

Full Version: Forgot Password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

What happens if I have forgot my admin password?

I cannot see any remind button and the password in database is encoded.

Regards,
Giannis
Hi Giannis

To change the password run the following command in the database:

UPDATE user_details SET password = PASSWORD('your new password here');

replacing the "your new password here" with your new password. You are quite right there is no inbuilt function to do this but I will ensure I add 1 in future.
Reference URL's