Open redex-ai opened 12 months ago
The password validation rule for minimum length will be updated from 8 to 10 characters in both development and production settings.
Update the 'AUTH_PASSWORD_VALIDATORS' setting to include a 'MinimumLengthValidator' with a 'min_length' of 10 characters.
Update the 'AUTH_PASSWORD_VALIDATORS' setting to include a 'MinimumLengthValidator' with a 'min_length' of 10 characters.
Change the password validation from 8 characters to 10 characters.