Horst, Danilo, I get the feeling that ChangeDefaultPasswordTask won't solve Horst's problem; it essentially does the same as the original code snippet you posted.
The missing piece, I think, is that since 4.5, passwords are encrypted using BCrypt. Here's the update tasks used to encrypt existing records - http://svn.magnolia-cms.com/view/community/magnolia/trunk/magnolia-core/src/main/java/info/magnolia/setup/HashUsersPasswords.java?revision=52870&pathrev=52870 - it would probably be a good idea to actually have such a task (i.e one that changes a given user's password, and takes care of encryption) HTH, -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=fa98a037-8034-4b10-bffc-aea1957b1987 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
