Reset password problem
This commit is contained in:
parent
cf38b67ed0
commit
0fbce95763
@ -1881,7 +1881,6 @@ class ApiLogin
|
|||||||
// Ce emaila ni v bazi
|
// Ce emaila ni v bazi
|
||||||
$user_id_1ka = User::findByEmail($email);
|
$user_id_1ka = User::findByEmail($email);
|
||||||
|
|
||||||
return $this->ajaxResponse('error', ['text' => $lang['cms_error_no_email']]);
|
|
||||||
if (empty($user_id_1ka)) {
|
if (empty($user_id_1ka)) {
|
||||||
|
|
||||||
if($ajaxKlic || $this->method == 'AJAX'){
|
if($ajaxKlic || $this->method == 'AJAX'){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user