Marc-Stefan Cassola

Results 107 comments of Marc-Stefan Cassola

Yes that seems like a good idea! Would you mind creating a PR for this?

Hm, I'm not sure, but is it possible that on the SetPasswordForm the field isn't called `new_password2` but actually something like only `password2`?

I guess you could try to use a custom `User` `ModelAdmin` and then overwrite the field `add_form` there. http://stackoverflow.com/a/2552554/298941

The right way would be to write a `CompositeValidator` which has as members the existing validators but calls them only when the length of the password is shorter than some...

What approach are you taking? Maybe I can learn something... ;)

Sounds great! Please do publish it.

Nice, thanks! Im reopening this issue to maybe be implemented in the future

Nice Idea, although I'm not sure if it is really beneficial: https://diogomonica.com/posts/password-security-why-the-horse-battery-staple-is-not-correct/

These are good thoughts. Would you mind creating a pull request for this?