A new package which aims to let you associate Django users with OpenIDs, providing a login workflow similar to that of ma.gnolia. Haven’t tried it, but it sounds good!
I’m currently using it on Sqweesh. It’s been working well so far. :) Personally I wish there was a system for JUST OpenID logins though, or there was a setting in this to disable all legacy style usage. Although, It’s easy to go through the code and remove all the code that powers that part. (I wouldn’t trial on Sqweesh yet though as I’m still putting all that stuff together, :P)
I’m using this package on DjangoSites and a surprisingly large number of users now sign up with OpenID and not a username.
This is a pretty nifty package, and whilst I think it still needs a bit of cleaning up around the edges it works well and should be a great replacement for django-registration in my opinion.
Ironic, I build more-or-less this exact system for the company I’m working for to use on their soon-to-launch site and then a few months down the road there’s a Google Code project. At least others can use it now…!
001 // Edward Slipszenko // 05.12.2008 // 10:36 AM
I’m currently using it on Sqweesh. It’s been working well so far. :) Personally I wish there was a system for JUST OpenID logins though, or there was a setting in this to disable all legacy style usage. Although, It’s easy to go through the code and remove all the code that powers that part. (I wouldn’t trial on Sqweesh yet though as I’m still putting all that stuff together, :P)
002 // Ross Poulton // 05.12.2008 // 4:42 PM
I’m using this package on DjangoSites and a surprisingly large number of users now sign up with OpenID and not a username.
This is a pretty nifty package, and whilst I think it still needs a bit of cleaning up around the edges it works well and should be a great replacement for django-registration in my opinion.
003 // Oliver Beattie // 05.17.2008 // 5:47 PM
Ironic, I build more-or-less this exact system for the company I’m working for to use on their soon-to-launch site and then a few months down the road there’s a Google Code project. At least others can use it now…!