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