Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Welcome

...

, sign out

This welcome log , sign out feature greets authenticated users by their first name and allows them to logout log out of the application. All text appears in Source Sans, whiteLight Orange, 13 pt. The hyperlink to log out is underlined, and it takes users to the logged out confirmation page.

Code

Code Block

<div class="span11">

<span class="no-user-select variable semi-bold color-text3">Welcome semorton</span>

<a id="signout_link" class="no-user-select variable semi-bold color-link1" style="padding-left:4px;" title="Sign out of RAFT" rel="tooltip">(Sign Out)</a>

</div>

Example


Image Added

Related patterns

See the Header in the style guide for more information.

Problem

For security reasons, users Example (in use, with an interaction, in context)
Related patterns
Header
Problem (business, user, technical)
Users need a way to log out of the application besides just without closing their browser window.
Solution
We provided place 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

Welcome log out (in header)

...

  1. 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.

...

link in a persistent place in the header of all applications so users have an obvious and intuitive place to find this log out link.

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. This adds an additional level of security and convenience for users navigating in and out of the BI applications. The link should appear proximate to other persistent tasks.

Rationale

...

[insert]