Sidebar Network

django-authopenid Integrate Django’s authentification system with OpenID.

The Basics

Django authentification application with openid using django auth contrib.

This application allow a user to connect to you website with :

legacy account : username/password openid url Idee is having ma.gnolia workflow to integrate openid and legacy authentification.

If the user connect with an openid he could associate it with its legacy account or just create a new django account. When the user is connected you could manage him like you usually do with auth contrib :

http://www.djangoproject.com/documentation/authentication/

This application also provide view to :

change password change account email change associated openid delete account send a new password

Project Homehttp://code.google.com/p/django-authopenid/
Grab the Repository – svn checkout http://django-authopenid.googlecode.com/svn/trunk/
 

Recent Commits

  • 96 was committed 2 months ago.
    fix issue #44.
  • 95 was committed 3 months, 1 week ago.
    after discussing on irc, and some tests, this change was needed. Fix issue #42.
  • 94 was committed 3 months, 1 week ago.
    fix issue #43. Fixed in example too.
  • 93 was committed 3 months, 1 week ago.
    fix issue #41.
  • 92 was committed 3 months, 2 weeks ago.
    We didn’t test if email was already associated with a use account in database. Fixed now.
  • 91 was committed 3 months, 2 weeks ago.
    patch applied from issue #40. Seem fair.
  • 90 was committed 3 months, 2 weeks ago.
    fix latest error. Need rest…
  • 89 was committed 3 months, 2 weeks ago.
    fix issue #38
  • 88 was committed 3 months, 3 weeks ago.
    don’t forget args.
  • 87 was committed 3 months, 3 weeks ago.
    remove useless code. spotted by david`bgk.