mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
304db26698
|
@ -55,7 +55,10 @@ if($user) {
|
|||
$params['url'] = getBaseUrl().$settings->_httpRoot."out/out.ChangePassword.php?hash=".$hash;
|
||||
$params['url_prefix'] = getBaseUrl().$settings->_httpRoot;
|
||||
$emailobj->toIndividual($settings->_smtpSendFrom, $user, $subject, $message, $params);
|
||||
add_log_line("Request for '".$login."' send to '".$email."'", PEAR_LOG_INFO);
|
||||
}
|
||||
} else {
|
||||
add_log_line("No such user '".$login."' with email '".$email."'", PEAR_LOG_WARNING);
|
||||
}
|
||||
|
||||
header('Location: ../out/out.PasswordSend.php');
|
||||
|
|
Loading…
Reference in New Issue
Block a user