Şahin YILDIZ Posted January 16 Share Posted January 16 <?php if (!defined('_PS_ADMIN_DIR_')) { define('_PS_ADMIN_DIR_', getcwd()); } include_once(dirname(__FILE__).'/../config/config.inc.php'); Context::getContext()->controller = 'AdminController'; include_once(dirname(__FILE__).'/../init.php'); $login = new AdminLoginController(); $_POST['email'] = '[email protected]'; $_POST['passwd'] = 'Demo743123'; $_POST['redirect'] = 'AdminDashboard'; $login->processLogin(); $redirect = Context::getContext()->link->getAdminLink($_POST['redirect']); $redirect .= '&configure=ordersexport'; Tools::redirectAdmin($redirect); It works on Prestashop 1.6 and 1.7. How to run it in Prestashop 8? Link to comment Share on other sites More sharing options...
Prestashop Addict Posted January 17 Share Posted January 17 Hum this is dangerous to automatic login, not very safe 😞 Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted January 17 Author Share Posted January 17 required for demo page Link to comment Share on other sites More sharing options...
Prestashop Addict Posted January 17 Share Posted January 17 It will be better to display credentials in login template of the demo 😉 Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted January 17 Author Share Posted January 17 https://demo.prestaeticaret.com/8/yonetim/demo_login.php https://demo.prestaeticaret.com/1.7/yonetim/demo_login.php problem solved Link to comment Share on other sites More sharing options...
calgaryx Posted January 17 Share Posted January 17 1 hour ago, Şahin YILDIZ said: https://demo.prestaeticaret.com/8/yonetim/demo_login.php I am wondering what version of Prestashop is this? https://demo.prestaeticaret.com/1.7/yonetim/demo_login.php problem solved Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now