Sorry for bother again, but I thinked that with a UserManager I can change password for a random user.
So Why I Hit the following exception [quote] ERRORE: Please use a specific instance of UserManager to do this. [/quote] in the following code? ( newPassword="randompassword" ) userManager.changePassword(user, newPassword); So UserManager, can change Password? Or It can only check the user and properties of its? What type of Manager I need to use for change password of user by java? Thanks Tony -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9bb68f11-e557-400c-9284-def0bfadf314 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
