I'm using forms based authentication and I'm logged in with the administrator role. The createuser wizard control is on a page that requires administrative role previlages.
When I create a new account that is not in the administrative role the security context appears to switch to that of the newly created account and thus I get resent to the login page on the next page refresh. What I want to do is keep my user context after the usercreated function executes.
...
Go to the complete details ...