lp://staging/~lfaraone/django-openid-auth/custom_response
- Get this branch:
- bzr branch lp://staging/~lfaraone/django-openid-auth/custom_response
Branch merges
- django-openid-auth developers: Pending requested
-
Diff: 69 lines (+10/-5)2 files modifieddjango_openid_auth/tests/test_views.py (+3/-0)
django_openid_auth/views.py (+7/-5)
Branch information
Recent revisions
- 108. By Luke Faraone <email address hidden>
-
Add an openid_response parameter to default_
render_ failure This allows the failure handler to take actions depending on the contents of
the failure.For example, we might want to handle "Unknown user" specially and maybe create
an account for the user. - 106. By Ricardo Kirkner
-
get tox working again
bumped minimum supported version of django to 1.3 because of the use of the url templatetag
- 103. By James Tait
-
Revert the UserOpenID model change which added the account_verified flag. The intention was to allow for the support of multiple UserOpenIDs for a given User, but in reality the solution wouldn't have provided this, because we have no idea which OP provided the e-mail address associated with the account. In the meantime, allow for the simple case of handling account_verified for a single UserOpenID, while not ruling out future support for the complex case.
- 102. By Ricardo Kirkner
-
Add http://
ns.login. ubuntu. com/2013/ validation/ account to the list of requested attributes in the Attribute Exchange request, and store the result in UserOpenID. - 101. By Ricardo Kirkner
-
allow whitelisting specific accounts (by email) to avoid the required team restriction
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)