Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

Creating a Logout Confirmation Message

Should you wish to have some confirmation message appear whenever users have successfully logged out, you can include the sys:on-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 message to be displayed.

Then, from the "RMS Toolkit" section of the "System" drop-down menu, select "on-logout" so that the following tag appears:

<sys:on-logout>...</sys:on-logout>

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

In order to personalize the message, simply replace the ellipses ("...") with whatever text you would like to appear whenever users successfully log out (something like "You have successfully logged out.").

!NEED SCREENSHOT OF EXAMPLE LOGOUT MESSAGE