fixed attribute injection for password mails (146)
This commit is contained in:
parent
2977462c94
commit
678a77773b
|
@ -891,6 +891,7 @@ function extractDNSuffix($dn) {
|
||||||
* @return array list of arrays that can be used to create status messages
|
* @return array list of arrays that can be used to create status messages
|
||||||
*/
|
*/
|
||||||
function sendPasswordMail($pwd, $user) {
|
function sendPasswordMail($pwd, $user) {
|
||||||
|
$user = array_change_key_case($user, CASE_LOWER);
|
||||||
// read mail data
|
// read mail data
|
||||||
$mailTo = $user['mail'][0];
|
$mailTo = $user['mail'][0];
|
||||||
$mailFrom = $_SESSION['config']->getLamProMailFrom();
|
$mailFrom = $_SESSION['config']->getLamProMailFrom();
|
||||||
|
|
Loading…
Reference in New Issue