Author Topic: Forgotten password in OpenGoo 1.4.1 in Russian translation  (Read 2793 times)

Shinji

  • Newbie
  • *
  • Posts: 6
    • ICQ Messenger - 327358756
    • View Profile
    • PortalVP - "Верхняя Пышма - OnLine!"
Forgotten password in OpenGoo 1.4.1 in Russian translation
« on: June 16, 2009, 11:01:32 pm »
I have a bug. When I'm forgot password and could not to login I'm press "Forgot pass" link, write my mailbox address, and got message.

But in the message I've got (in Russian):
You password has been renewed.

Your user name [there are clear field]
Your new password [there too clear field]

You can login there [link to opengoo]

Yes my password drops, but I'm don't resive new password, and old password don't work too.

PS: Sorry for bad English.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Forgotten password in OpenGoo 1.4.1 in Russian translation
« Reply #1 on: June 24, 2009, 03:44:47 pm »
You have to edit file 'language/ru_ru/emails.php' and search for 'user password reseted username'. There change from:

Code: [Select]
'user password reseted username' => 'Пользователь',
'user password reseted password' => 'Пароль',

to:

Code: [Select]
'user password reseted username' => 'Пользователь: {0}',
'user password reseted password' => 'Пароль: {0}',

Please ask someone in the Russian forum to correct it or if you can please correct this and any other errors you find and then upload it to this thread.

Thanks