Membership Generate Password alphanumeric only password?

Posted by Curtis White on Stack Overflow See other posts from Stack Overflow or by Curtis White
Published on 2010-04-12T20:21:40Z Indexed on 2010/04/12 20:22 UTC
Read the original article Hit count: 1002

How can I use Membership.GeneratePassword to return a password that ONLY contains alpha or numeric characters? The default method will only guarantee a minimum and not a maximum number of non alphanumeric passwords.

I have the solution already but thought I'd share for future visitors.

.. Answer coming up.

© Stack Overflow or respective owner

Related posts about asp.net-membership

Related posts about regex