UI Design for Logout Confirmation
In multi-user mode only, logged in users can also log out again. When clicking the logout link, the user is not logged out right away. Instead, the log out needs to be confirmed by the user. This is a security mechanism that prevents other websites from logging out users without their knowledge (by invisibly loading the logout page).
So there needs to be some sort of confirmation mechanism/page where the user can confirm.
In the development prototype, this page currently looks like this: