Project

General

Profile

Bug #100772

Updated by Torben Hansen 12 months ago

There is the redirectReferrer flag for the frontend login form to force deactivation of a configured referer redirect: 

 This is set by https://example.org/login/?redirectReferrer=off https://example.org/login/?tx_felogin_login[redirectReferrer]=off 
 Or in custom solutions can also be conditionally set via Fluid. 

 Right now this parameter is only read from GET but not from POST. 
 In the Fluid login form the parameter is set only as POST. 
 So in the end it gets lost when the form is send. 

 In case the provided login credentials are not correct, the form reloads and redirectReferrer is not set anymore.

Back