> when I get a User object from UsersRepository, I can call this method
> bool setPassword(String password) in the User object...
> but it does not modify the password in the database....
>
> how to modify programatically the password ??
Never done it, but looking at the code for
org.apache.james.services.UsersRepository.updateUser()...
/**
* Update the repository with the specified user object. A user object
* with this username must already exist.
*
* @return true if successful.
*/
boolean updateUser(User user);
...might help.
-- Steve
- - - - - - - - - - - - - - - - - -
This private and confidential e-mail has been sent to you by Synergy Systems Limited.
It may not represent the views of Synergy Systems Limited.
If you are not the intended recipient of this e-mail and have received it in error,
please notify the sender by replying with "received in error" as the subject and then
delete it from your mailbox.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]