Welcome, sign out
This welcome, sign out feature greets authenticated users by their first name and allows them to log out of the application. All text appears in Source Sans, Light Orange, 13 pt. The hyperlink to log out is underlined, and it takes users to the logged out confirmation page.
Code
<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
Related patterns
See the Header in the style guide for more information.
Problem
For security reasons, users need a way to log out of the application without closing their browser window. We place this log out 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]