core
core copied to clipboard
Setting login_url does nothing on the v2 api
I’m using the api (v2) to login and then direct to a page. It won’t do it. I’ve tried everything “auto_redirect_after_login” => true //or false it makes no difference “login_url” => “thePageToGoTo.php”
nothing makes a difference. It always just take me into the main users page.
Has anyone gotten this to work??