You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way for a user to logout. Perhaps add a logout button that would destroy the appropriate cookies?
Chrome, and maybe other browsers, does not destroy session cookies if you have configured the browser to "re-open all tabs" when you re-start. So closing the tab or quitting the browser in that scenario doesn't actually log you out - the session cookies remain.
Affects pass-docker f2361f2 and pass-ember 790edea
The text was updated successfully, but these errors were encountered:
If you click on your name/username in the top right, it should bring up a context menu with a Logout option. This is at least the case in TEST.
Does this not appear? If it does, should Logout be made more obvious and be shown outside of this?
If you're curious, logging out requires a customization in the backend. Since the browser is not the entity that set the login cookies when the user was authenticated - this was done by Shib - PASS is blocked by the browser from modifying the cookie.
There is no way for a user to logout. Perhaps add a logout button that would destroy the appropriate cookies?
Chrome, and maybe other browsers, does not destroy session cookies if you have configured the browser to "re-open all tabs" when you re-start. So closing the tab or quitting the browser in that scenario doesn't actually log you out - the session cookies remain.
Affects pass-docker f2361f2 and pass-ember 790edea
The text was updated successfully, but these errors were encountered: