Example user info

To be able to test the User Info Test Portlet, log in as admin/admin. Test data has been populated to be able to validate user info behaviors..

The attribute mapping is done in portlet.xml. The current portlet maps:

  <user-attribute>
	<description>User Given Name</description>
	<name>user.name.given</name>
  </user-attribute>
  <user-attribute>
	<description>User Last Name</description>
	<name>user.name.family</name>
  </user-attribute>
  <user-attribute>
	<description>User eMail</description>
	<name>user.home-info.online.email</name>
  </user-attribute>
  

The test data currently only defines user.name.given and user.name.family.