Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegistrationForm can't work #2

Closed
nr0cinu opened this issue Feb 7, 2010 · 0 comments
Closed

RegistrationForm can't work #2

nr0cinu opened this issue Feb 7, 2010 · 0 comments

Comments

@nr0cinu
Copy link

nr0cinu commented Feb 7, 2010

Even with both password fields filled out correctly the error "This field cannot be blank." is always shown.

With updating
fields = ('username', 'first_name', 'last_name', 'email')
to
fields = ('username', 'first_name', 'last_name', 'email', 'password')
the registration works for non-OpenID, but with OpenID it fails again.

I think this is because the password field of User model is always required, no matter what the form says.

Anyway, I forked it: http://github.com/and3k/django-openid/commit/df911f2a1676f58adb0b616e369627ef37b109b7

@nr0cinu nr0cinu closed this as completed Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant