Changes

Jump to: navigation, search

Login Screen Content

92 bytes removed, 15:14, 26 June 2019
no edit summary
==Title Type==
By default the alias name of your instance will appear in the top left of your login page. You can change the text that appears here by doing the following:
By default the alias name of your instance will appear in the top left of your login page. You can change the text that appears here by doing the following:
[[Image:Title_text.png]]
 
==Title Image==
You can display an image (example: your company logo) in the top left corner instead of text by doing the following:
You can display an image (example: your company logo) in the top left corner instead of text by doing the following:
# Under '''Large Logo''' click “Browse” to find the logo you want to display then click “upload”. The large logo can be any size but we recommend 70 pixels high by any width.
# Make sure the '''Image''' radio button for “Title Type” is selected.
# Click '''Save'''
==CAPTCHA Validation==
 
For improved security CAPTCHA validation can be added to your login page. All that's required to configure this is placing the @captcha@ variable within your login screen template, where you wish it to appear. After two failed login attempts, users will be presented with a CAPTCHA they must complete before they are able to attempt a third login.
==Routing Page Configuration==
[[Image:RoutingPage Config.png|1100px|border]]
[[Image:RoutingPage ConfigThe configuration options include . . .png|border|1100px]]
The configuration options include . . .* '''Button Label''' - The label that will appear on the button on the Login page that, when clicked, will take the user to the Routing Page.
* '''Header Title''' - The header that will appear on the Routing page.
* '''Introduction Text''' - The Introduction Text that will appear on the Routing page.
* '''Trailing Text''' - The text that will appear on the bottom of the Routing page.
* '''Routing Links''' - Dynamic section that allows creation of multiple links on the Routing page. Click the '''+''' to access the following settings:
:** '''Title''' - The title that appears for the configured link.:** '''Description''' - The description that appears against the configured link.:** '''URL''' - The URL that the user will be taken to after clicking on the link.
The Routing page configuration section is intended for those instances that have . . .
The Routing ** multiple signup pages to register different types of organizations and users** multiple signup pages for different languages** multiple eligibility questionnaires for different locationsIt allows for simplified creation and access to multiple pages, guiding the end-user to the correct page from a single Login page configuration section is intended for those instances that have . . .
* multiple signup pages to register different types of organizations and users * multiple signup pages for different languages* multiple eligibility questionnaires for different locations[[Image:RoutingPage.png|700px|border]]
It allows for simplified creation and access to multiple pages, guiding the end-user to the correct page from a single Login page.
[[Image:RoutingPage.png|border|700px]]
==JavaScript==
 
The following [[JavaScript]] can be added to the page:
===Forgot Password===
 
'''HTML:'''
Forget your password? Please click <a href="javascript:passwdwin()">here</a>.
'''JavaScript:'''
<pre> function passwdwin(){
window.open('/s_requestpassword.jsp','pwdwin',
===Branch specific Forgot Password===
 
This functionality is used when a user can exist in the system multiple times with the same email address, but against different branches. The configuration means that only the password for the user account under a specific branch will be updated.
'''HTML:'''
Forget your password? Please click <a class="Login" href="javascript:passwdwin(12345)">here</a>
Where ''12345 '' is the [[companyid]].
'''JavaScript:'''
<pre> function passwdwin(branch) {
window.open('/s_requestpassword.jsp?branchid='+branch,'pwdwin','left=200,top=200,toolbar=0,width=300,height=214,directories=no,
==Error Message==
 
In order to display an error message when an incorrect login username or password is provided include the following variable in the Login Screen HTML:
* *:<span style="font -size="2: small;">'''@errmsg@'''</fontspan>*
==Popup Blocker Check==
The login page can be configured to check if users have a pop-up blocker enabled, and suggest that they disable it for that SmartSimple system.
The Source code of the login page will include code for a Pop up blocker warning message, although by default this will be disabled.
[[Image:PBWarning1.png|1100px|border]]
[[Image:PBWarning2.png|1100px|border]]
Any users that are using a browser with pop-up blocker enabled will then see the alert message appear when accessing the login page.
[[Image:PBWarning3.png|border]]
 
==Alternate Login Pages==
 
{{Alternate Login Pages}}
Additional information on how to use these alternate virtual alias login pages can be found on the [[Content management]] article.
==See Also==
 **[[Adding the SmartSimple Login to your Website]] **[[Accessibility legislation]] 
[[Category:Global Settings]][[Category:System Management]] [[Category:Login Pages]]
2,299
edits

Navigation menu