Configure Custom Welcome page Login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-17-2023 05:54 AM
Hi
I want to configure Custom Welcome page for direct login users in ServiceNow, I want to change the background image and the logo and want to move this Login page to the Left side of the window, Can you please help me how can I achieve it?
I went to SYSTEM UI->WELCOME PAGE CONTENT but not sure where to configure

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-17-2023 07:05 AM
To create a custom welcome page for direct login users in ServiceNow, you can follow these steps:
-
Navigate to System UI > UI Pages.
-
Search for the "welcome.do" UI page.
-
Click on the "welcome.do" UI page to open it for editing.
-
In the HTML section, you can customize the page content by modifying the HTML code
Keep in mind that modifying the out-of-the-box UI pages may not be best practice, as they can be overwritten during an upgrade. Instead, consider creating a custom UI page and configuring it as the new welcome page. To do this, clone the "welcome.do" UI page, make your customizations, and then update the system property "glide.ui.welcome_page" with the name of your custom UI page.
---------------
Regards,
Rajesh Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-17-2023 09:05 AM
Hi Rajesh, I cannot able to find "welcome.do" UI page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-17-2023 09:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-16-2023 12:54 PM - edited ā04-16-2023 12:55 PM
Neither can I, nor the sys_property for redirecting the page.