Feng Forum

Support => Older versions => : Shinji June 16, 2009, 11:01:32 PM

: Forgotten password in OpenGoo 1.4.1 in Russian translation
: Shinji 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.
: Re: Forgotten password in OpenGoo 1.4.1 in Russian translation
: ignacio 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:

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

to:

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

Please ask someone in the Russian forum (http://forums.opengoo.org/index.php?board=20.0) to correct it or if you can please correct this and any other errors you find and then upload it to this thread (http://forums.opengoo.org/index.php?topic=1798.0).

Thanks