 |
| << | August 2010 | >> |
| Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
| 1 |
2 |
3 |
4 |
5 |
6 |
7 |
| 8 |
9 |
10 |
11 |
12 |
13 |
14 |
| 15 |
16 |
17 |
18 |
19 |
20 |
21 |
| 22 |
23 |
24 |
25 |
26 |
27 |
28 |
| 29 |
30 |
31 |
|
|
|
|
|
 |
 |
|
|
Guest Post subject: Change user's password in spanish
|
Wed Mar 08, 2006 10:46 pm
|
| |
|
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
|
|
|
|
|
 |
gerardo Post subject: Re: Change user's password in spanish
|
Thu Mar 09, 2006 7:43 pm Posts: 28
|
| |
|
Hi
You need to install the patch 2 , and your problem will be solved.
|
|
|
|
martinroldan Post subject: Re: Change user
|
Thu Mar 09, 2006 8:40 pm Posts: 4
|
| |
|
| 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?
|
|
|
|
Guest Post subject: Re: Change user's password in spanish
|
Fri Aug 04, 2006 4:53 pm
|
| |
|
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
|
|
|
|
skyracer Post subject: Re: Change user's password in spanish
|
Tue Aug 08, 2006 4:44 am Posts: 6
|
| |
|
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.', |
|
|
|
|
Sai Post subject: Re: Change user's password in spanish Site Admin
|
Tue Aug 08, 2006 5:24 am Posts: 1575 Location: Chennai, India
|
| |
|
Hello,
Thanks for notifying issue in other languages. We will fix it ASAP.
Regards,
Gopal _________________ Administrator: vtiger Forums
Blog: http://blogs.vtiger.com/
|
|
|
|
|
|
| |