On Tuesday, August 5, 2014 8:45:05 PM UTC+2, Collin Anderson wrote: > > Could we handle it with model validation on a custom user model? Maybe add > a validate_password() method on the user model?
I don't think so, using a custom user just for password validation is way to much work given that you'd also have to rewrite a few forms etc (at least that was my impression last time I looked at custom users, they do work, but they are not without work so to say)… -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d02b54da-454f-438a-acaa-78ced44af68f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
