expressionengine

EE 5.x - How to suppress login/logout confirmation page


on EE 2.x the Freemember addon allowed to directly redirect the user after login/logout to a specified page (avoiding the default login/logout confirmation page).

Since the Freemember addon is EOL, how can I achieve the same thing on EE 5.x ?


Solution

  • I ended up using the member_member_login_single($hook_data) in a custom extension to get this done. Works.