[obs-commits] [openSUSE/open-build-service] 94e04a: Fixed logout redirection when anonymous access is ...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 94e04a820869bf2a2a71f72711a9de8f439b1601 https://github.com/openSUSE/open-build-service/commit/94e04a820869bf2a2a71f7... Author: Matthew D <opensuse@virtual.drop.net> Date: 2020-02-27 (Thu, 27 Feb 2020) Changed paths: M src/api/app/controllers/webui/session_controller.rb Log Message: ----------- Fixed logout redirection when anonymous access is not allowed. If anonymous access is not allowed and a user logs out the user is redirected back to the refering page prior to logout. This redirection produces a error since anything other than the root path is now unavailable to the user. This patch will redirect the use to the root path on logout if anonymous access is not allowed. Commit: eb28d703137705ac13e0d2d824efbbb9666a82f6 https://github.com/openSUSE/open-build-service/commit/eb28d703137705ac13e0d2... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2020-02-28 (Fri, 28 Feb 2020) Changed paths: M src/api/app/controllers/webui/session_controller.rb Log Message: ----------- Merge pull request #9153 from matthewdva/master Fixed logout redirection when anonymous access is not allowed. Compare: https://github.com/openSUSE/open-build-service/compare/7f038c1b9da2...eb28d7...
participants (1)
-
Henne Vogelsang