01-17-2018, 09:04 PM
Changing custom_login_script should work...
The logic is:
-Redirect to destination if defined (trying to access a secured page but not logged in)
-Do anything in custom_login_script
-If still on login.php, redirect to account.php.
The logic is:
-Redirect to destination if defined (trying to access a secured page but not logged in)
-Do anything in custom_login_script
-If still on login.php, redirect to account.php.