[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1816) abillity to create profile at registration
Andrew Oliver (JIRA)
jira-events at lists.jboss.org
Mon Nov 26 14:31:33 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1816?page=comments#action_12389163 ]
Andrew Oliver commented on JBPORTAL-1816:
-----------------------------------------
plan so far (may contain lies):
the register.xhtml will need to pull in a subsetted editProfile if portlet.xml->portletPreferences->profileAtRegistration is true. However the current editProfile sucks in all of userInfo which expects things like "username" to be bound. A raw inclusion of userInfo.xhtml similar to what is done in editProfile.xhtml results in an error on the UTF8 conversion of username. Therefore userInfo needs to be broken up into profile info and base info. The profile info will be the piece included (probably with another template) in register.xhtml when the profileAtRegistration setting is true, but not when it is false. (there are other changes that are needed in the services themselves that I'll detail in a bit)
> abillity to create profile at registration
> -------------------------------------------
>
> Key: JBPORTAL-1816
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1816
> Project: JBoss Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Andrew Oliver
>
> Presently the user has the ability to register, then after logging in they create a profile. At many places that portal will be used registration and initial profile creation are the same.
> The JSF screens should be reworked to allow the profile fields to appear at registration per a setting. The user module/registration pieces would need to allow profile creation by a not yet logged in user when in the registration process.
--
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