I'm trying to tweak the format of passwords generated by the default asp.net membership provider. The passwords are generated when using the password recovery functionality. I would like to generate passwords that are only alphanumeric (no symbols) and only lowercase letters.
How would this be done?
...
Go to the complete details ...