Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup #36

Closed
AdrianRibao opened this issue Aug 30, 2010 · 5 comments
Closed

Setup #36

AdrianRibao opened this issue Aug 30, 2010 · 5 comments

Comments

@AdrianRibao
Copy link
Contributor

I have a profile model associated with the users, and everytime the user is created the profile should be created also.

Should we create a new custom setup view for this purpose?

I'm finding several problems because the documentation is poor.

Thank you very much.

@flashingpumpkin
Copy link
Owner

Yes. Ideally you'll overwrite the setup view with your own. An easier method to adjust what is done on user creation is to pass a custom form into the setup view. You'll do that by overriding the standard url.

@AdrianRibao
Copy link
Contributor Author

Ok, thank you.

@mitchf
Copy link

mitchf commented Oct 20, 2010

@flashingpumpkin, can you give any more details on your "pass a custom form" solution? I have the same problem as @Tolano. When a new user is created on my site, I would like to create a related UserProfile record (my AUTH_PROFILE_MODULE) which includes their Facebook information. Thanks.

@mitchf
Copy link

mitchf commented Oct 21, 2010

@flashingpumpkin
Copy link
Owner

Mitchf's answer is spot on.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants