ErrorException [ Error ]: Class 'SimpleUserWrongPassword' not found PKGPATH/auth/classes/auth/login/simpleauth.php @ line 194 189 } 190 if (array_key_exists('password', $values)) 191 { 192 if ($current_values->get('password') != $this->hash_password(@$values['old_password'])) 193 { 194 throw new \SimpleUserWrongPassword('Old password is invalid'); 195 } 196 197 if ( ! empty($values['password'])) 198 { 199 $update['password'] = $this->hash_password($values['password']);
Jelmer Schreuder wrote on Saturday 16th of July 2011:Still looks like a bug, the exception class thrown should exist. I'll look into it.
throw new Auth\SimpleUserWrongPassword()
It looks like you're new here. If you want to get involved, click one of these buttons!