Create user wizard issue

  • Thread starter Amir Ghezelbash
  • Start date
A

Amir Ghezelbash

Hello all,

I have a question...i am using the regulare wizard to create members
while implementing membership provider now every thing works
fine..member gets created i do see it in the database, but the login
wizard doesnot log in the members that i manually create..if i create
the same members using the createUser wizard...the user can login usig
the login wizard..how can i fix that...thank you

oh btw the code i am using to create members is

Membership.CreateUser(this.UserName, this.Password, this.Email,
this.Question, this.Answer, false, null, out status1);
if (status1 == MembershipCreateStatus.Success)
//send email

is there something i am missing
how come when i make an account like this..members cant login using the
login wizard
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top