Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Elad Lachmi 112 posts 144 karma points
    Mar 25, 2011 @ 20:38
    Elad Lachmi
    0

    createuserwizard not moving on

    Hi,

    I`m having some problems with the CreateUserWizard control. I have made a template and everything seems to work fine. When I fill in all the information and click the "create user" button after the postback, it comes back to the registration page with all of the fields still filled in, except password.

    When I look at the Umbraco back end I see the user was created and  put in the correct group.

    Any idea whats wrong?

     

    Thank you!

    -Elad

  • Daniel Bardi 927 posts 2562 karma points
    Mar 25, 2011 @ 21:35
    Daniel Bardi
    0

    You might need a finish step for the wizard.

  • Elad Lachmi 112 posts 144 karma points
    Mar 26, 2011 @ 02:18
    Elad Lachmi
    0

    I have the complete step template set up. I don`t think thats the issue.

  • Pasang Tamang 258 posts 458 karma points
    Mar 26, 2011 @ 02:37
    Pasang Tamang
    0

    Hi Elad,

    Clearing HTTP Post Headers will be a good idea. So use this while finishing the step

    HttpContext.Current.Response.Redirect(Page.Request.Url.ToString());

     

Please Sign in or register to post replies

Write your reply to:

Draft