Alert in Login page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 12:55 AM
How can i add an Alert in Login Page like infomessage?
2 REPLIES 2

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 01:02 AM
Hi @BoHyun Jung ,
- 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.
- Add a property that contains the login content you want to display.
Something like this example:
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 01:32 AM
Can I add infomessage at the top of the screen?