asp.net mvc 2 - Where can I find some MVC User Administration Helpers for AD Users? -


So I have an MVC 2 app that uses Active Directory membership provider authentication works like a charm!

  • Forget password (A very secret link or email something else?)
  • Disable conditionally existing users (dependent on roles).
  • I am just looking for some very basic functionality and I can either help any MVC helpers of this or any legitimate NET libraries There is a problem to help. We would be happy to buy something to do this, but I have not seen anything that feels good to me!

    Do anyone have any suggestions? Certainly many other people have yet to face it ...

    ActiveDirectoryMembershipProvider is very limited on its capabilities. ()


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -