开发者

Where can I find some MVC User Administration Helpers for AD Users?

So I have an MVC 2 app that uses the Active Directory Membership Provider. Authentication works like a charm! Now I need to add some additional screens to allow the users to:

  1. Change their password
  2. Reset forgotten passwords (email a super secret link or s开发者_Python百科omething?)
  3. Conditionally add additional users (of course users of a certain role, as determined by another Role Provider).
  4. Conditionally disable existing users (ditto on roles).

I'm just looking for some very basic functionality and I'm having trouble finding either any MVC helpers to help with this or even any legitimate .NET libraries to help. We'd be happy to buy something to do this but I've not seen anything that's convinced me as being good!

Does anybody have any suggestions? Surely many others have had to tackle this by now...


I modified code found here http://www.codeproject.com/KB/system/everythingInAD.aspx for my needs. The ActiveDirectoryMembershipProvider is extremely limited on it's capabilities. ( http://msdn.microsoft.com/en-us/library/system.web.security.activedirectorymembershipprovider.aspx )

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜