Posted on: 5/25/2011 1:19:41 PM | Views : 1067

Hello,
I am tryin to implement my custom membership provider and having a little bit of trouble gettin it to work.  I actually dont really know where to begin.
My membership table, Users, currently has UserID, EmpID, Username, Password.  Only the site administrator can create new user accounts and the user must have an Employee Record (EmpID) which is located in another table called Employee.
The site administrator will select from a DropDown box the employee and then click 'Create User'.
Not all employees will have a user account.
I then want the PasswordRecovery control to work in the normal way, the user enters there email address and the Membership Provider retrieves the EmpID from the Employee table and then cross references this with the Password for the User table.
Any help would be great or if somebody could point me in the right direction.
Thanks
Steven
...

Go to the complete details ...