User management with aspnet membership provider
- by 109221793
Hi guys,
Just a general question really. I have taken on the management of an application written in C# MVC that uses the asp.net membership api. With this a user can register, change their password, etc.
My application consists of two areas, administrator and user. This adminstrator's area has lots of custom admin functionality relating to the application, however has no functionality utilizing the membership api.
I want to be able to use the membership api for user management functions such as resetting a password of a user who has forgotten theirs, lock users out, etc.
Are there any resources or articles out there that delve into this aspect of using the membership api?
Any help would be appreciated :)
thanks