Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

Creating a Successful Login Message

In order to determine what text will be displayed when a user successfully logs in, you can make use of the sys:on-login tag.

First, 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 appear (somewhere between the <sys:login> and </sys:login> tags).

!NEED SCREENSHOT OF PROPER CURSOR PLACEMENT AND OF ON-LOGIN OPTION FROM SYSTEM MENU

Once placed, click to open the "System" drop-down menu, and, from the "RMS Toolkit" section, select "on-login" so that the following tag appears in the location where you placed your cursor:

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

The only thing left is to replace the ellipses ("...") with the text you would like to be displayed when users successfully log in (something like "You are now logged in. Feel free to browse the site.").

!NEED SCREENSHOT OF EXAMPLE SUCCESSFUL LOGIN MESSAGE