From 3216572b24ba6706580ac3cc289e378801fad864 Mon Sep 17 00:00:00 2001 From: michael-e Date: Tue, 7 Nov 2017 17:45:39 +0100 Subject: [PATCH] Remove needless cleaning of password --- lib/member.symphony.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/member.symphony.php b/lib/member.symphony.php index e90a9a9..ee7ec55 100644 --- a/lib/member.symphony.php +++ b/lib/member.symphony.php @@ -410,9 +410,7 @@ public function filter_ValidatePassword(array &$context) { $member_id = null; if (isset($_POST['fields'][$this->section->getFieldHandle('authentication')]['validate'])) { - $password = Symphony::Database()->cleanValue( - $_POST['fields'][$this->section->getFieldHandle('authentication')]['validate'] - ); + $password = $_POST['fields'][$this->section->getFieldHandle('authentication')]['validate']; if ($password) { // Handle which is the Identity field, either the Member: Username or Member: Email field