I am using the PHP SDK in order to create a login session. We use the new Universal login. What im trying to do is to customize the error messages a user can get when entering wrong password or duplicate email address. I have turned of the generic response in Auth0 settings.
I have tried to change the key between options and guzzle_options like in this image. With no success, I still se the the general error message upon entering wrong credentials while trying to login (see second image “Fel e-postadress eller lösenord”). Should be “TEST TEST”
Is it better to create some kind of Rule in order to get control over some error messages in the Universal Login?