formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Setting login_url does nothing on the v2 api #928

Open baxterdmutt opened 9 months ago

baxterdmutt commented 9 months ago

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??