Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This documentation covers the configuration settings for the Sign In page. It explains how to adjust the settings based on whether the login form uses email addresse description text for inputbox or username.

The setting is by default set as enabled, to disable this setting follow the below steps:

  • Go to profile configuration file

  • Enable or Disable the setting:

    • Locate UserManagementSettings > UserNameAsEmailAddress and set it to false

    • If the UserNameAsEmailAddress is not in the UserManagementSettings then add it as below:

      <UserManagementSettings>
      <UserNameEditable>true</UserNameEditable>
      <NameEditable>true</NameEditable>
      <UserNameAsEmailAddress>false</UserNameAsEmailAddress>
      </UserManagementSettings>