ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


master password


  • 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 08:33:42

    Re: master password

    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

    Re: master password

    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'