In sf2.3 i am using fosuserbundle for usermanagement and sonataadminbundle for admin management.
When i try to create a new user in the admin i create the form field
->add('plainPassword');
But whenever i persist to the database the userbundle doesnt generate the encrypted password out of the plain password, which means it must be possible to use the usermanagement within the sonataadminbundle.
How to correct set password and persist the encrypted password to the database?
Thank you