 |
vtiger The Honest Open Source CRM
|
| Previous topic :: Next topic |
| Author |
Message |
Guest
|
| Posted: Wed Mar 08, 2006 10:46 pm Post subject: Change user's password in spanish |
|
|
hi everybody! i really need some help with an issue here, i've been working with this great CRM for about 3 weeks now, and i've managed myself to do all that i've need it, but i cannot deal with something, i'm trying to change passwords from users, and the worst part is that if i do it logging myself in english language it works really ok, but if i do it logged in spanish is just doesn't work. When i click on Cambiar contraseņa (change password) the pop-up appear just fine and the the cancel button works ok, but the save button doesn't work, at least the javascript part, beacuse when i click on it, it load the vtiger, just as if i have just logged, in the pop-up window.
I really hope somebody can help me with this that is drving me nucking futs.
I am using vt 4.2 and the spanish pack for it.
Thanx in advance,
Martin |
|
| Back to top |
|
gerardo
Joined: 24 Oct 2005
Posts: 28
|
| Posted: Thu Mar 09, 2006 7:43 pm Post subject: Re: Change user's password in spanish |
|
|
Hi
You need to install the patch 2 , and your problem will be solved. |
|
| Back to top |
|
martinroldan
Joined: 08 Mar 2006
Posts: 4
|
| Posted: Thu Mar 09, 2006 8:40 pm Post subject: Re: Change user |
|
|
| Hi, first thanks, but I have the vtiger 4.2.3 installed, and it does not work, do you know anything else that could work? |
|
| Back to top |
|
Guest
|
| Posted: Fri Aug 04, 2006 4:53 pm Post subject: Re: Change user's password in spanish |
|
|
Change Password (Cambiar Contraseņa) does not change the password when a user with admin role log in with a different language to English.
Aurelio Castaņo
aurelio.castano@pymex.net |
|
| Back to top |
|
skyracer
Joined: 06 Aug 2006
Posts: 6
|
| Posted: Tue Aug 08, 2006 4:44 am Post subject: Re: Change user's password in spanish |
|
|
The traslation to spanish of module Users omitted the escape key in the double quote:
Code: 'ERR_REENTER_PASSWORDS'=>'Por favor, vuelva a introducir sus contraseñas. Los valores de "Nueva Contraseña" y "Confirmar Contraseña" no coniciden.',
This cause a error in javascript. Simply insert the esc char to solve. Also I recomend replace the ń with ņ
Code: 'ERR_REENTER_PASSWORDS'=>'Por favor, vuelva a introducir sus contraseņas. Los valores de \"Nueva Contraseņa\" y \"Confirmar Contraseņa\" no coniciden.', |
|
| Back to top |
|
Sai
Joined: 22 Aug 2004
Posts: 1575
Location: Chennai, India
|
| Posted: Tue Aug 08, 2006 5:24 am Post subject: Re: Change user's password in spanish |
|
|
Hello,
Thanks for notifying issue in other languages. We will fix it ASAP.
Regards,
Gopal |
|
| Back to top |
|
| |
|