I'm creating my own blog engine to learn Symfony, and I have a question :
How can I let users edit their password, name, and Profile (embedded form) ?
I tried creating an admin-module on sfGuardUser, and hiding fields like "permisions" and "groups", but that form erases the permissions on saving :(
Any ideas ?