User management with aspnet membership provider

Posted by 109221793 on Stack Overflow See other posts from Stack Overflow or by 109221793
Published on 2011-01-08T22:10:27Z Indexed on 2011/01/08 22:54 UTC
Read the original article Hit count: 214

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc