Re: Django Accounts - User account 'component'

2010-09-24 Thread Benedict Verheyen
On 23/09/2010 18:04, Guiga wrote:
> Hi guys,
> 
> I'd like to know if django have a "component" (or some like this) to
> create, edit and login user's accounts. I mean, some like a system
> user accounts to work with django.
> 
> Thanks.
> 

Hi,

as mentioned you can use the authentication system of Django.
Using django-registration (http://code.google.com/p/django-registration/) gives
you a whole system with signing up and activation and so on.
If you install that, you only need to make the appropriate templates and you're 
off.

Regards,
Benedict

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.



Re: Django Accounts - User account 'component'

2010-09-23 Thread piz...@gmail.com

El 23/09/2010, a las 18:04, Guiga escribió:


Hi guys,

I'd like to know if django have a "component" (or some like this) to
create, edit and login user's accounts. I mean, some like a system
user accounts to work with django.


Django has a built-in module called "auth" for managing users  
(preferences, login, logout, etc). Take a look to http:// 
docs.djangoproject.com/en/dev/topics/auth/




--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@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.



Django Accounts - User account 'component'

2010-09-23 Thread Guiga
Hi guys,

I'd like to know if django have a "component" (or some like this) to
create, edit and login user's accounts. I mean, some like a system
user accounts to work with django.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.