Re: Full auth solution

2012-08-17 Thread Amyth Arora
You may want to consider a library like Django Allauth by Raymond Penners, it provides majority of Social Authentication options and a Custom Registration option as well out of the box. Repository: https://github.com/pennersr/django-allauth Tutorial: http://techstricks.com/django-allauth-tutorial-

Re: Full auth solution

2012-08-17 Thread Tomas Neme
> http://www.django-userena.org/ ++ I've successfully combined it with django-social-auth to have facebook/twitter/google/openId login -- "The whole of Japan is pure invention. There is no such country, there are no such people" --Oscar Wilde |_|0|_| |_|_|0| |0|0|0| (\__/) (='.'=)This is Bunny

Re: Full auth solution

2012-08-17 Thread Kurtis Mullins
http://www.django-userena.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more

Re: Full auth solution

2012-08-17 Thread Alec Taylor
Pinax? On Sat, Aug 18, 2012 at 2:53 AM, pearlball wrote: > Although the auth module is very useful, there's still a lot of faffing to be > done just to get a standard user login system in place. Can anyone recommend > a sort of boilerplate solution with a full suite of registration, user > pro

Full auth solution

2012-08-17 Thread pearlball
Although the auth module is very useful, there's still a lot of faffing to be done just to get a standard user login system in place. Can anyone recommend a sort of boilerplate solution with a full suite of registration, user profile pages, etc. written up and ready to copy/paste or plug/play?