On 08/15/2010 12:58 PM, Marc Perkel wrote:
Suppose I have users with a default password like "change-my-password"
and I want to detect users who haven't changed their password and alert
(nag) them about changing it. How would I do that?


Write a script that checks your user/password database for that password, and sends an email to those users.

If your passwords are hashed, you can create a new user with "change-my-password" as its password and check the DB to see what that hashes to.

Reply via email to