Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(7 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

master password


You must be signed-in to post.

AuthorSubject
  Page: 1
ludoj53
Subject: master passwordQuote this post in your reply
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
Posted: 2010-07-27 04:44:48
greg

Avatar for greg
Subject: Re: master passwordQuote this post in your reply
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.
Posted: 2010-07-27 08:33:42
harris

Avatar for harris
Subject: Re: master passwordQuote this post in your reply
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'
Posted: 2010-07-27 10:16:00
 Page: 1

You must be signed-in to post.