The CreatorCon Call for Content is officially open! Get started here.

Alert in Login page

BoHyun Jung
Mega Sage

BoHyunJung_0-1692690862165.png

How can i add an Alert in Login Page like infomessage?

2 REPLIES 2

Community Alums
Not applicable

Hi @BoHyun Jung ,

  1. In the filter navigator field, enter sys_properties.list.
  2. Prevent the login screen from showing any illustrations by setting the property glide.ui.polaris.login.show_illustrations to false.
  3. 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.
  4. Edit the welcome page text.
    1. Navigate to System UI > Welcome Page Content.
    2. Add a property that contains the login content you want to display.
      For the syntax of the isLoggedIn() condition, see GlideSession - Global.

Something like this example:

SandeepDutta_0-1692691321185.png

 

Can I add infomessage at the top of the screen?