How to logout the user after CompleteWizardStep in CreateUserWizard

S

staeri

Hello!

It looks like the newly registered user is logged in after the
CompleteWizardStep in CreateUserWizard is finished.

I would like to logout the user when that step appears. How can I do
that?

Regards,

S
 
K

Ken Cox [Microsoft MVP]

Hi S,

Is it that setting logincreateduser="False" doesn't work for you?

<asp:createuserwizard id="CreateUserWizard1" runat="server"
logincreateduser="False">
<wizardsteps>
<asp:createuserwizardstep runat="server">
</asp:createuserwizardstep>
<asp:completewizardstep runat="server">
</asp:completewizardstep>
</wizardsteps>
</asp:createuserwizard>

Ken
Microsoft MVP [ASP.NET]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top