Is it possible to control the format of the password that is automatically generated by a call to MembershipUser.ResetPassword()?
I want to be able to allow or not allow certain special characters in the generated password.
I am using the SqlMembershipProvider with a password format of Hashed.
Thanks.
Have a look at this article – Changing the autogenerated password format in the SqlMembershipProvider.
This is not a fully resolved solution but it might help.