Is it possible to reset asp_membership provider (hashed) pwd directly from db?
Q: Is it possible to reset a hashed pa开发者_如何学Pythonssword directly within the asp_membership provider db?
Yes, there should be a stored-procedure named aspnet_Membership_ResetPassword
which will do just this.
精彩评论