Text on Hosted Login screens is customized via Registration Builder in the Identity Cloud Console.
In this example, we want to customize the welcome text on the sign-in screen.
Below are the steps we’ll take to accomplish this.
Each unique string of text in Hosted Login screens corresponds to a unique field name in the Console’s Registration Builder. These fields are populated in the screens by tags of the same name. All screens and field/tag names are documented for your convenience.
To identify the unique field name for the string of text you want to update, go to Search for a Translation and type the default string of text (e.g. Welcome to Gizmo!) into the search field. Note that the search result will include JSON code to paste into an API call, but you won’t need that - you only need the Field Name.
Alternatively, you can find the field name in the Hosted Login Screens Reference.
For our example, the field name for the string we want to update is: textSignInScreenHeading
For our example, follow these steps to update the welcome text on the sign-in screen:
textSignInScreenHeading
. By default, fields are listed in alphabetical order by Field Name. You can use the pagination controls in the bottom-right corner of the table, or sort by column if needed.Welcome to Gizmo!
to Sign in to My Site
)
Tip! If your Registration Flow configuration contains multiple locales to support multiple languages, you can use the Manage Localized string select list to update each translation of this text. For more information on supporting multiple languages, see Customizing Languages and Locales.
NOT SEEING YOUR CHANGE? By default, you have a Global Setting called default_flow_version which is set to HEAD
. This allows changes to the flow configuration - like this text change - to be published to Hosted Login screens immediately.
If default_flow_version is set to a specific flow version (example: 20200324202112729271
), you will need to update it to the new version in order to publish this change. You can find the latest flow version on the REGISTRATION BUILDER home page in Console.
Example result of text update on Hosted Login screen: