2010-07-27 04:44:48
master password
Sorry, but something seems to have gone wrong when setting up ATutor and I cannot reach the adminpart of my site anymore. Is there any way to change the password manually?
Thanks in advance,
Ludo
2010-07-27 04:44:48
Sorry, but something seems to have gone wrong when setting up ATutor and I cannot reach the adminpart of my site anymore. Is there any way to change the password manually?
Thanks in advance,
Ludo
2010-07-27 08:33:42
I'd suggest a fresh install, or you can edit the admin password in the admins table of the database. Be sure to save the password in sha1 format.
2010-07-27 10:16:00
Like Greg suggested, you can go into your Mysql Database, run the following query:
UPDATE AT_admins SET `password`=SHA1('new_password') WHERE login='admin_user_name'