mousadialo / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

password lenght not checked on password change #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Seems that the lenght of the password (6 chars) is not checked when the
user change his password. The user can then set a < 6 lenght password.

Hope this helps,

Fabio Varesano

Original issue reported on code.google.com by fabio.va...@gmail.com on 11 Sep 2008 at 12:40

GoogleCodeExporter commented 8 years ago
Fabio, django-profile use the django.contrib.auth utilities to process the user 
change password utility. 

I'm changing the user registration form to sync with the django utilities, so 
the 
password length would not be checked by default. This would give us uniformity 
with 
the django auth requeriments.

Thanks for reporting.

Original comment by david.ru...@gmail.com on 15 Sep 2008 at 7:17