Hi Arun, I'm not sure this is what you are referring to but Django 1.9 ships with password validation[1] which can be configured to:
1. Prevent field similarity (e.g. password == username) 2. Enforce minimum password length 3. Prevent usage of common password (e.g. "password") 4. Enforce the usage of at least one numeric character You could also define your own rules and add them to AUTH_PASSWORD_VALIDATORS, Simon [1] https://docs.djangoproject.com/en/1.9/topics/auth/passwords/#module-django.contrib.auth.password_validation Le mercredi 20 avril 2016 06:44:49 UTC-4, Arun S a écrit : > > Hi, > > As a Part of a very big project for a Company, we follow CSDL rules and we > use Django Extensively. > > As a part of Django, we would like to Follow certain Normalisation Process > for all the Passwords during User Login. > In the Django Documentation, there isn’t any information on whether Django > already follows any Particular Normalisation Process. > > Could anyone please let me know if Django already Follows certain > Normalisation process. > In case it does, what kind of Process is used and at which point is this > applied? > > In case, there is no Normalisation process applied, then can a middleware > be added to support this? > > > Regards > Arun. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cbc9d3d4-4d03-43cf-ab7b-0b5f76d7f607%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.