Acceptance Criteria:
- Require both username and email address to generate password reset email on Special:PasswordReset (if PRU is enabled)
As an example:
- If only en email is provided in the PasswordReset form
- If that email has 5 users
- The process will go over each user (already happening) to send the email -- but will only actually send the email to users who have not enabled the PRU preference.
PRU = password reset update (the name of the project)