The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on value of type null - Line: 59 - File: inc/class_session.php PHP 8.1.31 (Linux)
|
![]() |
disable client login - 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: disable client login (/showthread.php?tid=944) |
disable client login - Alex1 - Nov 18th, 2010 i was wondering if there is any option to disable the client login? i want all the users to view the tables without inserting login info every time,is this possible? RE: disable client login - Ben - Nov 18th, 2010 Hi Alex, I'm afraid not - logging in is required. But if it's just not important for you, you could just hardcode a form that they need to submit, containing the login info pre-filled. But from a security point of view, this is NOT recommended! - Ben RE: disable client login - Hannes - Nov 26th, 2010 Hey Alex, with form tools everything is possible... ![]() ft_api_login will work for your purpose: http://docs.formtools.org/api/index.php?page=ft_api_login http://forums.formtools.org/showthread.php?tid=633 Cheers, Hannes RE: disable client login - Ben - Dec 4th, 2010 Good point, thanks Hannes. ![]() |