-
Notifications
You must be signed in to change notification settings - Fork 21
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
AfterUserCreationHook #8
Comments
On Tue, Dec 4, 2012 at 8:52 AM, mcmug8 [email protected] wrote:
What you want to achieve is still supersimple: Just make it a two step
Hope that helps, Cheers, ra
inc: http://ars-machina.raphaelbauer.com |
Great idea, I didn't think of that. Date: Tue, 4 Dec 2012 01:13:44 -0800 On Tue, Dec 4, 2012 at 8:52 AM, mcmug8 [email protected] wrote:
AfterUserCreationHook ist more or less a backend thing. To add a separate Payment table entry for instance. What you want to achieve is still supersimple: Just make it a two step process:
confirm. You can edit that page and add the possibility to add an avatar or anything else. That way you don't interfere with the casino signup - but still have full control what to add after the user has successfully signed up :) Hope that helps, Cheers, ra
inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com
|
Hi there,
I am trying to add a full name input field and user avatar as part of registration process. I was thinking about using AfterUserCreationHook to render a new page contains those fields. But then I got stuck and don't know how I can do that. I don't know if using AfterUserCreationHook for this is a good approach or not. Could you please tell me the best way to achieve that?
Thank you very much,
Tim
The text was updated successfully, but these errors were encountered: