Is there an existing web interface, which could ease the management of users created with FOSUserBundle in a Symfony (2 or 3) project? Typically it would be presented as a bundle extension of FOSUserBundle.
To justify my question, here is a dead simple problem I met: I didn't find any simple/direct way to list all the existing users; I have either to look directly into the database, or to write a dedicated PHP page (which can be considered equivalent to writing a tiny manager).