Shopping Cart Operations > General Support

I cant restore my admin password

<< < (3/3)

livegallery:
Hello.
If you use mail reader try to read email in browser interface or with another email reader like Thunderbird. 

abolabo:
Please try this piece of code. Previous suggestion does not contains model loading.


--- Code: ---   $password = 'YOUR_NEW_PASS';
                        $this->loadModel('user/user');
    $this->model_user_user->editUser($this->user_data['user_id'], array('password' => $password));
  exit;
  $this->redirect($this->html->getSecureURL('index/forgot_password','&mail=sent'));
--- End code ---
[/quote]

Manalo:
I'd like to recommend using the following temporary modification instead:

redirect($link);
exit;

This would be inserted just before this line:

$mail = new AMail($this->config);

Gordon Taylor:

--- Quote from: natdroid on July 30, 2018, 10:09:31 AM ---Check it out! Restore abantecart admin access  https://www.fiverr.com/s2/4303c8b776

--- End quote ---

Please refrain from posting paid solutions, it could get you banned.

Navigation

[0] Message Index

[*] Previous page

Go to full version
Powered by SMFPacks Social Login Mod