nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.63k stars 532 forks source link

user cannot log out #4108

Open michaldejmek opened 3 months ago

michaldejmek commented 3 months ago

version 3.1.1

If the user clicks on the "logout" button, no action is taken. Everything works fine under the "admin" user.

The link to log out the user is not generated correctly - User for "Logout" button has url: https://teampass.xx.local/index.php?page=items# - „page=items#" is misspelled in the URL.

If I replace the value of "items#" with "test#" the logout is correct.