Cookie x-auth - After user password update - 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: Cookie x-auth - After user password update (/showthread.php?tid=5847) |
Cookie x-auth - After user password update - Fcs - 15.01.2025 Hi all, Even if this is related to my previous post, I prefer to create a new topic to facilitate the search for the next one :-) I have a lp file so that users can change their own password this is my code : Code: if getvar("form-name") == "password" then Everythin work, but after the page change, the user has to reconnect, I'd like to avoid this, I saw that an x-auth cookie was added, I tried to find the hash value, but I can't I've tried a base 64 like user:password or user:hash_password... Thanks for the help RE: Cookie x-auth - After user password update - admin - 15.01.2025 Not possible. Redirect users to /logout after password change. |