Author: andrew.plotnikov
Date: 2012-03-07 06:01:19 -0500 (Wed, 07 Mar 2012)
New Revision: 5828
Modified:
jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-initalizer.xml
Log:
EXOJCR-1780: Allowed to modify and store the value of the display name
Modified:
jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-initalizer.xml
===================================================================
---
jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-initalizer.xml 2012-03-07
10:57:52 UTC (rev 5827)
+++
jcr/branches/1.15.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-initalizer.xml 2012-03-07
11:01:19 UTC (rev 5828)
@@ -102,6 +102,9 @@
<field name="email">
<string>root@localhost</string>
</field>
+ <field name="displayName">
+ <string>Root</string>
+ </field>
<field name="groups">
<string>
manager:/platform/administrators
@@ -175,6 +178,10 @@
</listitem>
<listitem>
+ <para>displayName: The user's display name</para>
+ </listitem>
+
+ <listitem>
<para>groups: The user's membership types and groups in which he
consist.</para>
</listitem>
Show replies by date