Configure login theming in Next Experience
Configure Next Experience login illustrations and welcome text to provide a login experience that reflects your branding.
Before you begin
Role required: admin
About this task
This procedure is specific to login pages and does not apply if you are using Single Sign-On (SSO).
Procedure
In the filter navigator field, enter
sys_properties.list.Prevent the login screen from showing any illustrations by setting the property glide.ui.polaris.login.show_illustrations to false.
Show welcome text by set the property glide.ui.polaris.login.show_welcome to true.
If this property doesn't exist, add it as a true/false property. For more information, see Add a system property.
Edit the welcome page text.
Navigate to System UI > Welcome Page Content.
Select New to create a welcome page content record or open an existing one that you want to display on the login page.
In the Condition field, enter !gs.getSession().isLoggedIn()the content displays only on the login page before a user signs in
The content displays only on the login page before a user signs in.
In the Text field, enter the welcome message or login information you want users to see.
Select the Active check box.
Select Update.
Result
The welcome text appears on the Next Experience login page when users are not logged in and is hidden after authentication.
Parent Topic:Working with themes in Next Experience