Monday, April 1, 2013

djano user registration form and login(full example)

Hello,

I'm just starting with Django. I want to create a user registration form which will take input like username, password, first and last name, email, address etc.
using the same information I want to send a conformation mail to user and authenticate her/him.

I have read Django docs, from what I read either I can create a model and form separately and write authentication and other logic on my own. Other way is
to user 'formset_factory' to directly create form from model. In second case how m I going to handle password(hashing) and authentication of user?

Can Django's *auth module can be used? If yes how ?

It will be great if any one redirect me to appropriate complete example, at least to start with.

Thanx.

--
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+unsubscribe@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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment