close

Filter

loading table of contents...

Studio Developer Manual / Version 2010

Table Of Contents

7.26 User Properties

The user management of the CoreMedia Studio comes with the additional properties displayName and email available for every user. In order to load the default values for these fields from an existing user provider, the corresponding Spring properties have to be configured.

If no user provider is connected to the Content Server, the fields displayName and email have to be inputted manually. These custom inputs will override the defaults that are read from the user provider.

The following table describes the available Spring properties that can be configured to map user provider user properties to a Studio user.

Spring Property Name Maps to User Property Description
cap.user.properties.displayname displayName The display name of the user. If set, this name will be used inside the Studio instead of the regular login name.
cap.user.properties.email email The email address of the user.
cap.user.properties.names   A comma separated list of values that should be read from the UAPI user object and stored as user properties for the Studio Client API. Note that these properties will be visible for all other users that have a Studio login. This field can be used to show additional user information in the Studio.

Table 7.11.  User Provider Property Mapping


Warning

Warning

The values for this field a stored in a EditorProfile document inside the users Home folder. Since this document contains personalized data, we strongly recommend to prohibit the write access to these documents to all users that are not administrators. You can do this by setting only read access to the Home folder for the document type EditorProfile or by applying this rule using the User Manager or by adding and importing the following rule in your users.xml:

<rule content="/Home" type="EditorProfile" rights="R"/>

Search Results

Table Of Contents