Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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>

  • No labels