If ability to define password on registration page is enabled, then once they register, it should automatically log them in.. since they did enter the credentials already..
Sorry i'm not a php coder, i know some but not enough, i really should learn more but theres just not enough hours in the day =/. do you have an example code that i could use to slide into a file, that would then achieve the auto login ? and if so what file would i be putting it in
In the 4.2 add $Auth->login($username, $newPassword); just after the line coreFunctions::redirect(WEB_ROOT . "/register_complete." . SITE_CONFIG_PAGE_EXTENSION); in the register.html in the flow theme.
In the 4.2 add $Auth->login($username, $newPassword); just after the line coreFunctions::redirect(WEB_ROOT . "/register_complete." . SITE_CONFIG_PAGE_EXTENSION); in the register.html in the flow theme.