Hi, I implemented the RoleManager in my asp.net site. But I want to customize the aspnet_Users_CreateUser stored procedure to accept Email address and save it the aspnet_Users table.
Do I have to inherit from the RoleManager in order to add a method that calls the "aspnet_Users_CreateUser" stored procedure in order to create a user through the RoleManager (i.e Roles.MyMethodToCreateUser(username, email...).
Thanks, Dave.
Go to the complete details ...