• src/main/java/info/magnolia/module/publicuserregistration/CustomUserProfile2.java should be in src/test/java
  • AbstractPURProcessor
             userProfile.setPassword((String) parameters.get(UserProfile.PASSWORD));
             userProfile.setFullName((String) parameters.get(UserProfile.FULLNAME));
             userProfile.setEmail((String) parameters.get(UserProfile.EMAIL));
    +
    +        Map<String, Object> properties = new HashMap<String, Object>();
    +        for (String property : userProfile.getExtraUserProperties()) {
    +            properties.put(property, parameters.get(property));
    

    since we are allowing admins to configure autopopulated props, they should be able to configure all of them incl password, fullname and e-mail.

  • UserProfileConfiguration - configuration node for autopopulated props should not be called extraProperties
Change By: Jan Haderka (24/Jul/13 12:33 PM)
Resolution: Fixed

        
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to