Wayne Roddy

Results 1 issues of Wayne Roddy

> core/components/login/model/login/loginvalidator.class.php Password Confirmation was not getting the `password` field value through the "params". When i did it manually, it worked. ``` public function password_confirm($key,$value,$param = 'password_confirm') { if (empty($value))...