aboutsummaryrefslogtreecommitdiffstats
path: root/password_validation.py
AgeCommit message (Collapse)Author
2023-10-05password_validation.py: fix deprecated ugettextTim Orling
Use django.utils.translation.gettext instead Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2021-04-21Add SPDX license headers to layerindex-web source filesMeh Mbeh Ida Delphine
Added SPDX identifiers to all .py files except those in migrations directory. Fixes: [YOCTO #13527] Signed-off-by: Meh Mbeh Ida Delphine <idadelm@gmail.com> Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2018-11-06Enable password strength validation by defaultPaul Eggleton
Use Django's built-in password validators with reasonable settings, and add a basic complexity validator since there isn't one provided. Additionally, fix the registration form so that it shows the help text which includes a description of what the password requirements are. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>