Hi, Here's a nice tutorial: http://musings.tinbrain.net/blog/2014/sep/21/registration-django-easy-way/
Collin On Saturday, January 17, 2015 at 1:20:56 PM UTC-5, Ben Gorman wrote: > > I've spent the past few weeks trying to set up a custom (but not > unreasonable) user registration and authentication flow using allauth for > my site. > > - email instead of username > - a (not necessarily unique) display name > - email verification required > > (more details and a skeleton project here > <https://github.com/ben519/testaccounts/tree/6729ae1daa9a2cd1ff3f53bf7f437b9855d7e8d6> > ) > > I'm very lost on how to accomplish this. I've already paid someone $150 > through Odesk.com to help me, and although they got it working they didn't > explain anything and left me very much in the dark. > > So, I'm looking for people's advice on how I can write and understand the > registration/authentication system that I need. For example, do I need to > write my own custom user model or does allauth handle everything I need? > How do I handle superusers? Do I need to make my own "accounts" app? Are > there good tutorials on using allauth (I couldn't find many)? etc. > Basically I'll take any advice. > > Also, if anyone's willing to give me some personal tutoring/help on this > topic I'd be very appreciative and am willing to pay. > > Thanks > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/52b9f235-a34e-4772-ad32-4ac6e9cc0a14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

