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

[Register]

Occasional ATutor release updates


ATutorSpaces

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

Translation

Lost in translation


You must be signed-in to post.

AuthorSubject
  Page: 1
fleur
Subject: Lost in translationQuote this post in your reply
Hi,
I've been working to translate Atutor in french for at least 15 hours.
Now, I have a big problem because I can't log in my admin account anymore (I can't log with any account at all).
I don't want my work to be lost. What can i do?

Thanks
Posted: 2009-08-10 11:04:15
cindy

Avatar for cindy
Subject: Re: Lost in translationQuote this post in your reply
1. backup your database, via phpMyAdmin or command line 'mysqldump'

2. reset password from back end in mysql. This is how-to:

Assuming the account you used to translate is 'translator', the reset password is 'translator1':

(1). login to your mysql database
(2). run sql command:
update AT_members set password=sha1('translator1') where login='translator';
(3). then you can login with translator/translator1
Posted: 2009-08-10 11:32:17
fleur
Subject: Re: Lost in translationQuote this post in your reply
Thank you,
it didn't work but it was all because of the theme. I changed it in the DB and everything is ok now.
Posted: 2009-08-10 13:15:09
 Page: 1

You must be signed-in to post.