We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c3e47 + 32d2165 commit 1f3b929Copy full SHA for 1f3b929
2 files changed
manager/processors/save_user.processor.php
@@ -22,7 +22,7 @@
22
$passwordgenmethod = $input['passwordgenmethod'];
23
$passwordnotifymethod = $input['passwordnotifymethod'];
24
$specifiedpassword = $input['specifiedpassword'];
25
-$email = $input['email'];
+$email = trim($input['email']);
26
$oldemail = $input['oldemail'];
27
$phone = $input['phone'];
28
$mobilephone = $input['mobilephone'];
manager/processors/save_web_user.processor.php
@@ -27,7 +27,7 @@
29
30
31
$esc_email = $modx->db->escape($email);
32
33
0 commit comments