EL MEHDI Posted October 20, 2023 Share Posted October 20, 2023 Is there a way to remove this page before accessing to the usual old login page Link to comment Share on other sites More sharing options...
TouchTheSky Posted October 20, 2023 Share Posted October 20, 2023 I have the same question, is there any way to disable this login page? Link to comment Share on other sites More sharing options...
EL MEHDI Posted October 21, 2023 Author Share Posted October 21, 2023 Yes, you need to disable/uninstall the presta account module. Link to comment Share on other sites More sharing options...
ps8modules Posted October 22, 2023 Share Posted October 22, 2023 (edited) Hi, a little file editing is enough. You have no idea what you are sending to Prestashop for information. FREE MODULE FOR VIP CUSTOMER Example and example of the code you send to Prestashop: * userId => your Prestashop account ID * anonymousId => guest id * application => installed application * email => your email * shopUid => shop prestashop id * shopUrl => shop url * shopBoUrl => backoffice url * ownerEmail => shop owner email * psStoreVersion => your installed Prestashop version * psAccountVersion => module ps_accounts version * errorCode => login error * path =>$_SERVER['PATH_INFO'] * referer =>$_SERVER['HTTP_REFERER'] * url => $_SERVER['HTTP_HOST'] + $_SERVER['REQUEST_URI'] Edited May 16 by ps8modules.com (see edit history) Link to comment Share on other sites More sharing options...
Zudjo Posted May 16 Share Posted May 16 The easiest solution is to just remove the relative login hooks: 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