Changes

Login Page

647 bytes added, 18:28, 25 June 2019
no edit summary
:: [[File:Recaptcha.png|800px|border]] 
=Configuration - Advanced=
==JavaScript==
The following [[JavaScript]] can be added to the login page for further customization. 
 
===Forgot Password=== 
 
: '''HTML: '''Forgot your password? Please click here. 
: '''JavaScript: '''
:: <pre> function passwdwin(){
::: window.open('/s_requestpassword.jsp', 'pwdwin', 
:::: 'left=200,top=200,toolbar=0,width=300,height=214,directories=no,status=no,
::::: scrollbars=no,resizable=no,menubar=no,alwaysRaised=yes');
:::::: )</pre>
:::::
 
The system-generated email sent to the user after selecting the '''Forgot Password '''option can be configured from [[Email#Email Templates for User Activation and Password]]. 
=Configuration - Advanced=
=See Also=
:::::* [[Adding the SmartSimple Login to your Website]] 
[[Category:System Management]][[Category:Glossary]][[Category:Login Pages]]
2,299
edits