The purpose of UserCreationForm

I ran into this and quickly added to following my subclass.

# Remove the option to create an account with an unusable password.
usable_password = None

Didn’t even think of raising this, but I do agree that not having to do this would be nice.

1 Like