Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation UME Properties for Users  Dokument im Navigationsbaum lokalisieren

The user management engine (UME) uses these properties to determine how users are displayed and what kind of e-mail address they can use.

User Properties of the UME

Property

Value

Description

ume.users.
displayname_template

Default value is
{lastname}, {firstname}

 

Defines users’ display name. This is the name that is displayed for a user in most user interfaces. Programmatically, it is the name that is returned by the method IUser.getDisplayName().

For more information, see Configuring Users' Display Name.

ume.users.
email_pattern

Default value is
?*@?*.?*

Defines the patterns allowed for user e-mail addresses in the identity management Web Dynpro application. A question mark (?) stands for any single character. An asterisk (*) stands for 0, 1, or more characters.

For more information, see Defining a Pattern for User E-Mail Addresses.

 

Ende des Inhaltsbereichs