Adds OpenID authentication support
Review Request #4641 — Created Sept. 24, 2013 and discarded — Latest diff uploaded
This adds OpenID support to ReviewBoard with the use of python-social-auth (previously django-social-auth).
Tested basic functions.
Tested registering with an OpenID and logging in with one.
Tested connecting/disconnecting identifiers from an existing user.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/settings.py |
---|
reviewboard/urls.py |
---|
reviewboard/accounts/forms.py |
---|
reviewboard/accounts/views.py |
---|
reviewboard/admin/checks.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/templates/accounts/login.html |
---|
reviewboard/templates/accounts/prefs.html |
---|