[opencms-dev] Can Webusers edit their own account details?

Thomas Kiesl thomas.kiesl at bluemars.net
Mon Oct 23 16:42:14 CEST 2006


Hi Dwayne,

you can store customized parameter in the user Hashmap:
user.setAdditionalInfo(paramName,value);

After that you have to update the user:
cms.writeWebUser(user)

Best regards

Thomas Kiesl


Dwayne Kristjanson wrote:
> I'm trying to set up a simple system where users can log in and maintain 
> a few customized parameters for their account (as well as name/email 
> address, etc.). I can easily add edit forms for this information, but 
> everything gets thrown away when the Webuser logs out. The username 
> remains, but that was created by the Guest user. It must be possible for 
> Webusers to edit their account details and have those changes persist, 
> but I can't figure out how to make that happen.
> 
> -- 
> Dwayne Kristjanson
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
> 


-- 
Mit freundlichen Grüßen

Thomas Kiesl

--
BLUE MARS - Gesellschaft fuer digitale Kommunikation mbH

Thomas Kiesl               mailto:thomas.kiesl at bluemars.net
Software Developer         http://www.bluemars.net
Ebersheimstraße 5          T +49.69.469973-0
60320 Frankfurt am Main    F +49.69.469973-99



More information about the opencms-dev mailing list