Saturday, January 28, 2012

Re: Adding first_name and last_name to django registration

contrib.auth.models.User has a get_profile() hook that allows you to add
extra info to a user account from your own model; however, I don't see
support for that in django-registration at first glance.

I'm looking at the code from
https://bitbucket.org/ubernostrum/django-registration/

On 01/28/2012 11:59 AM, Zach wrote:
> I am new to Django and have implemented the django-registration app on
> my website. I want users to input their first name and last name on
> the registration page. However, the default setting only ask users for
> their email address/username/password . Is there an easy way to
> address this?
>

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

No comments:

Post a Comment