I realize that for security that passwords should not be stored in a DB as plaintext. If I hash them, I can validate them for login purposes.
But if I want to set u
You can create a new (and randomly generated) password for user, and md5 it , and then send user via email.