![]() |
Password Script and touch - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Password Script and touch (/showthread.php?tid=5863) |
Password Script and touch - oki - 28.01.2025 Hi, I'm trying to make a script that allows users of the LogicMachine to change their password. The problem is that it deactivates the touch associated with each user and I need each one to see their screen. Any clues? Thank you in advance Code: require('apps') RE: Password Script and touch - admin - 28.01.2025 Use webrequest library: https://forum.logicmachine.net/showthread.php?tid=4425 Some of the configuration fields are spelled incorrectly (acces_apps/acces_touch) and you set partial access without ACL. Use browser dev tools (F12) to check which fields/values are sent from the admin UI. RE: Password Script and touch - oki - 29.01.2025 Hi again, I have fixed the errors that you had told me and applied the changes and it has worked perfectly. Thank you so much ![]() |