I use easyadmin with User entity generated by make:user. The new and edit User action work but the password are not encrypted in the database.
If I am right, I may have to add the password encryption by overriding the AdminController, but I am not sure if it is the good way and which functions excatly and how?
Thank you for your help