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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
An admin can impersonate another user, but going back to their former user won't work since logging out of CAS is something that happens outside of Goteo.
The route for going back to the former user is: /user/logout which should be managed by Goteo and now is delegated to Goteo\Controller\AuthController\CAS::casLogoutAction.
The text was updated successfully, but these errors were encountered:
An admin can impersonate another user, but going back to their former user won't work since logging out of CAS is something that happens outside of Goteo.
The route for going back to the former user is:
/user/logout
which should be managed by Goteo and now is delegated toGoteo\Controller\AuthController\CAS::casLogoutAction
.The text was updated successfully, but these errors were encountered: