Adds OpenID authentication support

Review Request #4641 — Created Sept. 24, 2013 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

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.

setup.py
reviewboard/settings.py
reviewboard/urls.py
reviewboard/accounts/forms.py
reviewboard/accounts/views.py
reviewboard/admin/siteconfig.py
reviewboard/templates/accounts/login.html
reviewboard/templates/accounts/prefs.html
Loading...