Login Page customization

Login Page customization

Change logo in the login page:

-> First go to Global Settings --> Application Settings --> Customize login page
-> From the insert image drop-down, you can upload the picture that you would like to show on the login page. Please make sure that the logo you have is of size 155 px X 38 px (W x H)






-> Now you can try replacing it with the default version.





-> Save the settings. Now on the left, you can select the insert image on an empty space and select the image that you have uploaded.





-> This would give you the image source. (as shown above) and you can cut the image source and paste into the section below:


Before pasting:




After pasting:




-> Save the settings and the image will be changed in the login page 

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to change login page image/logo in SCP 8.1

                        1. Go to Admin - > Global settings - > Application settings - > Settings. 2. Under Logo settings, you can import a custom image with the specified size, and you can use the image to be shown on the login page.
                      • To center the Login page logo in SupportCenter Plus 11.0

                        By default, the logo for the login page in SupportCenter Plus is aligned to the left. Like below: To have the logo aligned to center, please go to Global Settings --> Application Settings  --> Customize now Under logo-heading, text-align: center; can ...
                      • Login Frequency Query Report

                        The below report would help us find the last logged in time of the users in SCP 11.0 SELECT AaaUser.FIRST_NAME "Technician",        MAX(AaaLogin.NAME) "LoginName",        MAX(AaaContactInfo.EMAILID) "Email",        MAX(AaaAccSession.USER_HOST) "IP ...
                      • 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 ...
                      • Custom Script to enable "remove login" option for contacts in SCP 8.1

                        Use case: To disable login for contacts in bulk from Contacts module. The attached CustomScripts.js can be moved to SupportCenter/custom/scripts directory.  Browser cache needs to be cleared for the script to work as expected