Re: Password validation Error with Latin characters

2017-11-30 Thread Ramiro Morales
Adrian, I suspect: 1) Django is doing its work: It's checking the strenght and robustness of the password. It's detecting the password the user has chosen is too similar to their user name. 2) So, the fact the text shown has latin characters has nothng to do with the issue you are seeing. 3) Th

Re: Password validation Error with Latin characters

2017-11-30 Thread Adrian Mansilla
Thanks for the reply. I assumed that the error is in django because I do not send that message, Django sends it, the error is in: django/contrib/auth/password_validation.py And it's because my configuration is in Spanish. El jueves, 30 de noviembre de 2017, 3:48:28 (UTC-4), Claude Paroz escribi

Re: Password validation Error with Latin characters

2017-11-29 Thread Claude Paroz
Hi Adrian, I don't see anything related to Django development in your post. Maybe this was more for the django-users mailing list? Claude Le jeudi 30 novembre 2017 02:39:31 UTC+1, Adrian Mansilla a écrit : > > I am using the function 'validate_password (password, new_user)' and I > have my set

Password validation Error with Latin characters

2017-11-29 Thread Adrian Mansilla
I am using the function 'validate_password (password, new_user)' and I have my settings configured in Spanish, the problem comes when the validate_password function raises an error with the word 'contraseña' and shows me this error: ValidationError: [u'La contrase\xf1a es demasiado similar a l