The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Log out URL - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Log out URL (/showthread.php?tid=1742) |
Log out URL - filch - Nov 8th, 2011 Ben, On one of my formtools installations, I cannot get formtools to log out to the correct url. I have set in in the URL in the admin but it won't listen to me ;-( (kids these days). Anywhere else the API might be picking up the logout url from? Dave RE: Log out URL - Ben - Nov 10th, 2011 haha Just so I'm clear, are we talking about the main Form Tools logout URL for the user accounts? If so, it's actually totally separate from the API. Are you running into the problem with the admin account or a client account? - The admin logout URL is found on the "Your Account" page in the nav; - the client logout URLs are found when editing each user account. Right now, the Settings -> Accounts tab contains the *default* settings for newly created client accounts, but they're not inherited by the accounts. In other words, once they're created, you'll need to modify each one to change them. If it's not that, double-check the URL you have entered. There really isn't much that can go wrong when logging out - it simply redirects to whatever URL is on file, so if it can't do it, either the URL on file is wrong or the URL it redirects to then tries to redirect elsewhere. Good luck! - Ben RE: Log out URL - filch - Nov 10th, 2011 Yeah you are right Ben, my bad! A bit tired these days I think. The admin logout was set incorrectly and I did not realize the two locations. Cheers, Dave |