Comment 3 for bug 601109

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Assigning to Jason to give us the new text for what the email_change_password.pt template should have.

It currently says:

  <body>
    <div>Your user name for ${system_name} is <em>${login}</em>.</div>
    <div>Your new password is <em>${password}</em>.</div>
  </body>

Some of the possible choices:

1) Send an email simply noting that the password on the account ${login} for the ${system_name} was recently changed.

2) Don't send an email when the password has been changed.

Both of those choices are under 1h of work, including tidying up (unit tests, staging testing).