~django-openid-auth/django-openid-auth/trunk

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.
Filename Latest Rev Last Changed Committer Comment Size
..
django_openid_auth 18 15 years ago James Henstridge Rename package to django_openid_auth, since it dif Diff
example_consumer 11 16 years ago swillison example is now example_consumer. next= parameter n Diff
.bzrignore 97 11 years ago Anthony Lenton Made tests pass in 1.1 again, and added a tox file 55 bytes Diff Download File
LICENSE.txt 73 13 years ago James Henstridge Update copyright notices. 1.2 KB Diff Download File
Makefile 45 15 years ago James Henstridge Clean up the failure handling a little, generating 305 bytes Diff Download File
MANIFEST.in 43 15 years ago James Henstridge Clean up the distutils code, and add a manifest to 188 bytes Diff Download File
openid.html 6 17 years ago swillison Added header to openid.html 10.2 KB Diff Download File
openid.txt 3 17 years ago swillison Ready for launch 6.5 KB Diff Download File
README.txt 99.2.17 11 years ago James Tait Mention the new account_verified permission in the 9.1 KB Diff Download File
setup.py 95.1.2 11 years ago Chris Johnston add back 1.1 support 3.2 KB Diff Download File
TODO.txt 44 15 years ago James Henstridge Clear out the TODO list, since we've implemented t Empty Diff Download File
tox.ini 97 11 years ago Anthony Lenton Made tests pass in 1.1 again, and added a tox file 1019 bytes Diff Download File