Jump to content

Disable backoffice login with prestashop account


EL MEHDI

Recommended Posts

Hi,

a little file editing is enough.

You have no idea what you are sending to Prestashop for information.

FREE MODULE

login-mini.png.810f42642da1d3014da166fe1a3b5ab9.png

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 by ps8modules.com (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...