We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c3e47 commit a450d22Copy full SHA for a450d22
1 file changed
manager/processors/save_web_user.processor.php
@@ -27,7 +27,7 @@
27
$passwordgenmethod = $input['passwordgenmethod'];
28
$passwordnotifymethod = $input['passwordnotifymethod'];
29
$specifiedpassword = $input['specifiedpassword'];
30
-$email = $input['email'];
+$email = trim($input['email']);
31
$esc_email = $modx->db->escape($email);
32
$oldemail = $input['oldemail'];
33
$phone = $input['phone'];
0 commit comments