function mass_pwreset_notify in Mass Password Reset 7
Callback: Notify User
1 call to mass_pwreset_notify()
- mass_pwreset_batch_process in ./
mass_pwreset.batch.inc - Batch process callback
File
- ./
mass_pwreset.batch.inc, line 61
Code
function mass_pwreset_notify($user) {
_user_mail_notify('password_reset', $user);
drupal_set_message(t('Users notified via email.'), 'status');
}