On Fri, Jan 9, 2009 at 5:18 PM, Pitoniak, Michael <[email protected]> wrote: > What do I need to do to this embedded sever code to turn off encrypting of > passwords?
You need to set the password encryptor: userManagerFactory.setPasswordEncryptor(new ClearTextPasswordEncryptor()); /niklas
