|
|
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
Source produced By BenoƮt Chesneau for Enki Multimedia for the Friendsnippets project.
