Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

Creating a Logout Link

In order to include a link that allows users to log out of the system if they are currently logged in, you can make use of the sys:logout tag.

Simply open the login page's "Source" editor window and place your cursor in the location on the page where you would like the link to appear.

!NEED SCREENSHOT OF PROPER PLACEMENT AND SELECTING LOGOUT FROM RMS TOOLKIT SECTION OF SYSTEM MENU

Once placed, click to open the "System" drop-down menu, and, from the "RMS Toolkit" section, select "logout" so that the following tag appears:

<sys:logout>Press the <a>button</a>&#160;to logout! <button>LOGOUT</button></sys:logout>

In order to customize the logout instructions, as well as the text displayed on the actual logout button, simply replace the tag's default text ("Press the button to logout!" and "LOGOUT," respectively) with whatever text you would prefer.

!NEED SCREENSHOT OF EXAMPLE LOGOUT LINK