Changes

Jump to: navigation, search

Login Page

364 bytes removed, 14:41, 13 August 2019
Popup Blocker Check
If you enter the wrong email and password into the login page twice you will see a CAPTCHA. CAPTCHA stands for “Completely Automated Public Turing Test to tell Computers and Humans Apart”. It is used in this case to verify that a person and not an automated program is attempting to login.
[[File:captcha-login.jpg|thumb|none|500px|CAPTCHA displayed on login page after incorrect wrong email and password attemptcombination entered]] 
You can toggle the CAPTCHA on or off for your entire system by going to Menu icon > Global Settings > Security tab > and choose either enabled or disabled. The inherit choice only affects signup pages and will not disable CAPTCHA on the login.
[[File:Recaptcha.png|thumb|none|500px|Global CAPTCHA Settings]]
 
==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 . If the user does have a popup blocker enabled they will enable receive a warning with a suggestion to the user that they disable their pop-up blocker for the SmartSimple system. Typically we leave this check disabled and do not warn users that they are using a pop up blocker.
The source code of the login page will include a code for a pop[[File:popup-up blocker warning message, but by default this will be disabled.jpg|thumb|none|500px|text]]
[[Image:PBWarning1.png|1200px|border]]To If you choose you can enable the this check and warning message, simply remove the text '''disabled="disabled" '''from the source code, then click '''Save '''at by doing the bottomfollowing.
[[Image:PBWarning2# Go to menu icon > Global Settings > Branding tab > Login Pages link > edit the desired login page.# Go to the Template tab.png|1100px|border]]Any users that are using a browser with a pop-up blocker enabled will consequently see # Inside the following alert message on their screen when they access '''Login Page Template''' text area search for '''disabled="disabled"'''# Remove the login page: '''disabled="disabled"''' text.# Press save.
:: [[Image:PBWarning3.png|300px|border]]
==JavaScript==
The following [[JavaScript]] can be added to the login page for further customization. 
Smartstaff, administrator
3,315
edits

Navigation menu