On 6-7-2012 8:08, heni yemun wrote:

> I want to know how to use HTTPS to securely login and signup a user with 
> django.

Django doesn't care about HTTPS. You'd handle this in the webserver by
redirecting to the secure virtual host for the login url. How to
implement that is webserver specific.

> I'd also like you to tell me how to attach extra information to the 
> standard User object. The reference provided doesnot seem to be detailed 
> enough to implement. THANK YOU!

It's plenty documented:
<https://docs.djangoproject.com/en/1.4/topics/auth/#storing-additional-information-about-users>

What do you think is missing?
-- 
Melvyn Sopacua


-- 
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 options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to