On Fri, May 23, 2008 at 5:20 PM, Joachim Van der Auwera
<[EMAIL PROTECTED]> wrote:

> In my beans, on the password field I just do something like
>
> public void setPassword( String value )
> {
>   if ( null != value && !"".equals( value ) ) password = value;
> }

I've used this same technique in the past, now if i need to modify a
user i create a model which exclude the password field and then have a
specific page/form with the sole purpose of changing passwords.
I found updating profiles and changing password two different action
(and meaning) even if the update the same entity. Even if the action
is taken by a super-user (administrator)


-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to