Re: custom validation error in password_validators

2022-11-02 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
adjusting it as required. On Mon, Oct 24, 2022 at 7:57 PM Mojtaba Akbari < mojtaba.akbari.2...@gmail.com> wrote: > i wanna have custom validation error in password_validators, > I can do this by rewriting the password validator classes and adding > desired messages through opti

custom validation error in password_validators

2022-10-24 Thread Mojtaba Akbari
i wanna have custom validation error in password_validators, I can do this by rewriting the password validator classes and adding desired messages through options in the settings file and the password_validat section. something like this : AUTH_PASSWORD_VALIDATORS = [ { 'NAME