login

  1. ddeubel

    Redirect successful login

    Hi, I changed the successful login to go to /search.html instead of account_home.html // successful login coreFunctions::redirect(coreFunctions::getCoreSitePath() . '/search.' . SITE_CONFIG_PAGE_EXTENSION); } However it still redirects to the account_home page. Not a...