Re: Help a newb with authentication and registration

2015-01-20 Thread Ben Gorman

@Collin Thanks a ton!

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/7ee4adea-b5ef-46db-83a3-3f0b647a1f7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Help a newb with authentication and registration

2015-01-19 Thread Collin Anderson
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 
> 
> )
>
> 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.


Help a newb with authentication and registration

2015-01-18 Thread Nelson Varela
Hi,

I don't know what allauth does but you can check the django docs about custom 
auth and user model:

https://docs.djangoproject.com/en/1.7/topics/auth/customizing/

Maybe not what you are looking for but it's a good documentation whichs can 
help you understand more about this topic.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/4d3e863d-6047-47ea-9bf2-99538d53e952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Help a newb with authentication and registration

2015-01-17 Thread Ben Gorman
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 

)

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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/2d57731e-5946-45b5-86cb-d8e09b532021%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.