To Modify the login screen or add a link
To add the link to your login screen/Modify the login screen perform the following steps.
For the login screen :
1. Save the page served under http://[servername-or-ipaddress:port-number/] as index.html. Copy this file onto c:\\\\AdventNet\\\\Me\\\\SupportCenter\\\\applications\\\\extracted\\\\AdventNetSupportCenter.eear\\\\AdventNetServiceDeskWC.ear\\\\AdventNetServiceDesk.war
2. Modify the index.html page as per your needs and the save the file under the same location.
To include a link to the login page
add <a href="supportcenterplus">http://www.theurl.com/">supportcenterplus </a> to the body of your personnel web page
3. Keep the FORM Submit and Action options as they are.
4. You can now access the modified index page as http://[servername-or-ipaddress:port-number]/index.html
For Logout Screen :
1. Edit the Web.xml file present under C:\\\\AdventNet\\\\ME\\\\SupportCenter\\\\applications\\\\extracted\\\\AdventNetSupportCenter.eear\\\\AdventNetServiceDeskWC.ear\\\\AdventNetServiceDesk.war\\\\WEB-INF and change the following:
<form-login-page>/Login.jsp</form-login-page>
should be changed as :
<form-login-page>/index.html</form-login-page>
2. Restart SupportCenter Plus service.
When you access http://[server-name:portnumber]/ , it will show you the index page.
In case, you may wish to change the login error page too, the following entry
<form-error-page>/Login.jsp?error=true</form-error-page>
should be changed as
<form-error-page>/index.html</form-error-page>
One note of caution : whenever a Service Pack/Upgrade Pack is released by SC+, the web.xml file is bound to change. You should ensure that you make this change after every SP/UP release.
New to ADSelfService Plus?
Related Articles
Customize Login page and add JS scripts
Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...
Customized Login form
The following steps can performed to customise the default login page with a different image background. 1. Save a new page as Custom.HTML under [ManageEngine\ServiceDesk\Custom\Login]. This will return a totally blank login page with only the login ...
CSRF login Issue
Issue: CSRF token mismatch during login. Trace: [07:01:21:901]|[10-05-2021]|[com.adventnet.servicedesk.authentication.internal.LoginUtil]|[INFO]|[69]: Invalid login CSRF token provided ::: sessionToken : null; cookieToken : ...
Forgot Password link validity and email content
Change Forgot Password Link Validity To change the validity of forgot password link, please execute the below query and restart SDP service. Query: update globalconfig set paramvalue='1440' where parameter='FORGOT_PASSWORD_LINK_VALIDITY' and category ...
How to position the login form to the right side in the login page ?
Navigate to Admin->Self-Service Portal Settings->Login page customization->Customize now. Here modify the HTML code for Login form with the below values. position, you need to include manually. width:150% position: fixed;