J
Jeff
hi
asp.net 3.5
In my createuserwizard I've specified DisableCreatedUser="true" for the
intention that users should be disabled. User's get account activiated when
they click on a link in confirmation email I send them....
But now I've noticed that I can login with a user before I've clicked on
that link.
This happens before the user get the confirm email:
If the registration was a success I open another page which do this code
MembershipUser user = Membership.GetUser(username);
Roles.AddUserToRole(user.UserName.ToString(), "santa");
My hence says that the AddUserToRole also approve the user, but I'm not
sure..
any ideas?
asp.net 3.5
In my createuserwizard I've specified DisableCreatedUser="true" for the
intention that users should be disabled. User's get account activiated when
they click on a link in confirmation email I send them....
But now I've noticed that I can login with a user before I've clicked on
that link.
This happens before the user get the confirm email:
If the registration was a success I open another page which do this code
MembershipUser user = Membership.GetUser(username);
Roles.AddUserToRole(user.UserName.ToString(), "santa");
My hence says that the AddUserToRole also approve the user, but I'm not
sure..
any ideas?