django-authopenid 0.9.6

Django application to integrate Django authentication system with OpenID
Django authentication application with OpenID using django.contrib.auth.

This application allow a user to connect to you website with:
* legacy account (username/password)
* OpenID url

If the user connects with an OpenID they could associate it with their legacy
account or just create a new Django account. When the user is connected
administrators can manage them like usual with django.contrib.auth.

This application also provide views to:
* change password
* change account email
* change associated openid
* delete account
* send a new password

Source produced By Benoît Chesneau for Enki Multimedia for the Friendsnippets
project.