Members are in the habit of forgetting their passwords and emailing me asking for new ones. The email I send out during blog creation is titled Blog Details - DO NOT DELETE but people still manage to delete it, lose it or forget which email account it resides in.

Giving them a new password involves going to Cpanel, then PHPMyAdmin, finding their database, finding the users table, deleting the password, setting a new password and then MD5 hashing it and then mailing users their new password.

Instead of giving me work users can just use the Forgot Password feature on their login page to get a new password!