[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-1276) Check for user date-registration if we can set-it up at user creation then make it read-only.
Boleslaw Dawidowicz (JIRA)
jira-events at lists.jboss.org
Wed Feb 21 06:56:35 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1276?page=all ]
Boleslaw Dawidowicz resolved JBPORTAL-1276.
-------------------------------------------
Fix Version/s: 2.6.Beta1
(was: 2.6.CR1)
Resolution: Done
at the end I just made it read-write in profile configuration. As ldap configuration still rely on database for keeping such info (no proper ldap attributes for that) it's more convinient than just disabling it.
> Check for user date-registration if we can set-it up at user creation then make it read-only.
> ---------------------------------------------------------------------------------------------
>
> Key: JBPORTAL-1276
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1276
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal Identity
> Reporter: Thomas Heute
> Assigned To: Boleslaw Dawidowicz
> Fix For: 2.6.Beta1
>
>
> Property registration-date is specified writeable in:
> HibernateUserImpl.java:
> map.put(org.jboss.portal.identity.User.INFO_USER_REGISTRATION_DATE, new DatePropertyAccessor(org.jboss.portal.identity.User.INFO_USER_REGISTRATION_DATE, "registrationDate", true, false));
> and
> read-only in core/output/resources/jboss-portal.sar/conf/identity/profile-config.xml
> <property>
> <name>portal.user.registration-date</name>
> <type>java.util.Date</type>
> <access-mode>read-only</access-mode>
> <usage>mandatory</usage>
> <display-name xml:lang="en">Registration date</display-name>
> <description xml:lang="en">Registration date of user</description>
> <mapping>
> <database>
> <type>column</type>
> <value>jbp_regdate</value>
> </database>
> </mapping>
> </property>
>
> This should be sorted out.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list