c# - Is it possible to change username types for asp.net membership provider? -
Is it possible to change the way users create accounts for a SQL subscription provider, so that users sign their emails Have to do it. As your user name? I know that default users can create their username in an email format, but still it asks for the email address twice for the username which makes it a little unnecessary.
Do not ask your user username while registering
UserName In the , replace the
CreateUser () method, ask for an email address and pass email address.
membership. Creteuseor (PASSEMAILIDHERE, Model password, Model. Email, empty, empty, true, empty, create outdoors);
Comments
Post a Comment