As a Part of a Cisco project, 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 how can a
middleware be added to support this?
Regards
Arun.
--
Ticket URL: <https://code.djangoproject.com/ticket/26519>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:1>
Comment (by niconoe):
Just for clarification, are you talking about normalization regarding
i18n and Unicode issues, such as discussed at
http://stackoverflow.com/questions/16173328/what-unicode-normalization-
and-other-processing-is-appropriate-for-passwords-w ?
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:2>
* cc: nicolas@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:3>
Comment (by rleir):
And this discussion
http://stackoverflow.com/questions/2798794/how-do-i-properly-implement-
unicode-passwords
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:4>
Comment (by rleir):
It looks as if you also asked this question on the Users mailing list.
Depending on the discussion there, you could bring it up in the Dev
mailing list. Could I suggest you remove this issue until there has been
some discussion there? When you get a moment, thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:5>
* status: new => closed
* resolution: => invalid
Comment:
Yes, this isn't the correct place for usage questions, even if you don't
get an answer on the [https://groups.google.com/d/topic/django-
users/Q0WDYqJsBsY/discussion django-users thread].
--
Ticket URL: <https://code.djangoproject.com/ticket/26519#comment:6>