Welcome log out (in header)
- Summary
- This welcome log out feature greets authenticated users by their first name and allows them to log out of the application. All text appears in Source Sans, white, 13 pt. The hyperlink to log out is underlined, and it takes users to the logged out confirmation page.
- Code
- Example (in use, with an interaction, in context)
- Related patterns
- Header
- Problem
- For security reasons, users need a way to log out of the application without closing their browser window.
- Solution
- We provided this link so users can log out of the application without closing their browser window. We added a friendly message so the application feels warm and welcoming.
- Rationale (other things we tried)
- Accessibility