So I've done the stupid thing of losing the login details for the admin page. I haven't logged in for a whnile so I've jsut totally forgotten what the details were.
Is there a way to reset/change the login detials?
UPDATE bookings_admin_users SET `username` = 'admin', `password` = 'fe01ce2a7fbac8fafaed7c982a04e229' WHERE id=1 LIMIT 1
chris wrote:You will need to run a code like this:
- Code: Select all
UPDATE bookings_admin_users SET `username` = 'admin', `password` = 'fe01ce2a7fbac8fafaed7c982a04e229', WHERE id=1 LIMIT 1
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id=1 LIMIT 1' at line 1
UPDATE bookings_admin_users SET `username` = 'admin', `password` = 'fe01ce2a7fbac8fafaed7c982a04e229' WHERE id=1 LIMIT 1
Users browsing this forum: No registered users and 2 guests