Comment to Redirect After Login
-
Hello JMonroe!
In UNA you may setup redirect URL only after creation (Stuido->Settings->Persons area). If you really need to redirect users after login somewhere else then edit this line in file template/script/BxBaseFormLogin.php:
$sRelocate = BX_DOL_URL_ROOT . 'member.php';
replace 'member.php' to another file.
With the best regards, Leonid
-
Hi @LeonidS
I have tried this but it doesn't work.