User Manual

awaBerry | Logout

Logs the current user out and shows a confirmation before returning to the login screen.

Logout

Summary

Navigating to /logout immediately terminates the current user session, disconnects any active SSH connections, and clears remembered credentials. A confirmation message is shown and the user is automatically redirected to the login screen after three seconds.

Page Functionalities

  • Success banner — "User logout successful." displayed at the top.
  • "Login again" link — Navigates immediately to /login without waiting for the timer.
  • Auto-redirect (3 seconds) — The screen automatically navigates to /login after 3 seconds.
  • Force direct login variant — If ?logout=force is passed, the full login form is shown directly instead of the confirmation widget.

Scenarios

Normal logout

  1. Trigger logout from the application menu.
  2. The session is ended, SSH connections closed, and remembered credentials cleared.
  3. A "User logout successful." banner is shown.
  4. After 3 seconds the app navigates automatically to /login.
  5. Alternatively, click Login again to navigate immediately.