Changes

Login Page

1,121 bytes added, 15:12, 26 June 2019
no edit summary
:: [[File:Recaptcha.png|800px|border]] 
=Configuration - Advanced=
==Error Message==
In order to display an '''Error Message '''when an incorrect login username or password is provided, simply include the following variable into the Login Screen HTML: '''@errmsg@'''
 
The system will always save a list of all invalid logins. See how to access this list [[Login Page#Invalid Login Audit|here]].
 
==Popup Blocker Check==
The login page can be configured to check whether users have a pop-up blocker enabled; it will enable a suggestion to the user that they disable their pop-up blocker for the SmartSimple system. 
 
The source code of the login page will include a code for a pop-up blocker warning message, but by default this will be disabled.
 
:: [[Image:PBWarning1.png|1400px|border]]
 
To enable the warning message, simply remove the text '''disabled="disabled" '''from the source code, then click '''Save '''at the bottom.
 
:: [[Image:PBWarning2.png|1300px|border]]
 
Any users that are using a browser with a pop-up blocker enabled will consequently see the following alert message on their screen when they access the login page: 
 
:: [[Image:PBWarning3.png|300px|border]]
 
==JavaScript==
The following [[JavaScript]] can be added to the login page for further customization. 
===Disable Session Timeout Alert===
This function will disable both a 30-second alert and a re-login prompt for a Session Timeout (if Session Timeout is set).
In order to set Session Timeout, simply scroll up above to the heading '''Business Security. '''The last field box in that section will allow you to set ''x'' amount of minutes of inactivity before the user's session will automatically initiate Session Timeout. 
2,299
edits