Community Forums
Translation
Lost in translation
Author | Subject |
---|---|
Page: 1 | |
fleur | Subject: Lost in translation![]() |
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![]() | Subject: Re: Lost in translation![]() |
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 translation![]() |
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.