redex-ai / simple-django-login-and-register

An example of Django project with basic user functionality.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

REDEX #6

Open redex-ai opened 12 months ago

redex-ai commented 12 months ago

Change the password validation from 8 characters to 10 characters.

redex-ai-powered-okr-tool[bot] commented 12 months ago

Change Summary

The password validation rule for minimum length will be updated from 8 to 10 characters in both development and production settings.

FilePlan :-

File : source/app/conf/development/settings.py

Update the 'AUTH_PASSWORD_VALIDATORS' setting to include a 'MinimumLengthValidator' with a 'min_length' of 10 characters.

File : source/app/conf/production/settings.py

Update the 'AUTH_PASSWORD_VALIDATORS' setting to include a 'MinimumLengthValidator' with a 'min_length' of 10 characters.

Please review the structure and let me know if any modifications are required.

redex-ai-powered-okr-tool[bot] commented 12 months ago

PULL REQUEST : https://github.com/redex-ai/simple-django-login-and-register/pull/7