StringBuilder
StringBuilder

Reputation: 1629

Membership provider Reset password to Custom Formatted password

Membership provider ResetPassword method , resets a password that contains a lot of non alfa numeric chars.

The question is if its possible to change the default password creation template to lets say Numbers Only ?

Upvotes: 0

Views: 415

Answers (1)

StringBuilder
StringBuilder

Reputation: 1629

The trick that worked for me was :

  1. Reseting the password and getting the new password , then using the new password calling method ChangePassword that will accept new generated password on my own choice , if anyone can suggest something less tricky will appreciate.

Upvotes: 1

Related Questions