The FOSUserBundle adds support for a database-backed user system in Symfony2.
Currently my project works very well. I use FOSUserBundle for the management of my users. Now, I want to implement …
php symfony oauth fosuserbundle fosoauthserverbundleafter installing FOSUserBundle, now Im trying to login with user/ userpass but I still get the "Bad credentials" message. This …
symfony fosuserbundleI am trying to remove the unique index on emailCanonical, so that multiple users can share the same email address. …
symfony fosuserbundleI´ve created my own user Bundle, extending FOSUserBundle. In my UserBundle, I have a memberID field, with its setters …
symfony doctrine-orm fosuserbundle findbyI was wondering if there is away to call a function after the user login. Here is the code I …
symfony fosuserbundleI have gone through lots of stackoveflow question and articles, but can't find a suitable answer. I'm using fosuserbundle, hwiouthbundle …
symfony fosuserbundle lexikjwtauthbundleI am working on a Symfony2 app. I'm using FOSUserBundle to handle authentication and recently integrated it with FOSUserBundle using …
symfony google-oauth fosuserbundle hwioauthbundlei have one exception: An exception has been thrown during the rendering of a template ("The block type sonata.user.…
symfony composer-php fosuserbundle sonata-admin sonata-user-bundleI'm using Symfony 2.1 for a project. I use the FOSUserBundle for managing users & SonataAdminBundle for administration usage. I have …
symfony symfony-2.1 fosuserbundle sonata-admin user-rolesI've got this problem. Have configured my Sf2 env with FosUserBundle and FacebookBundle. I've managed to to some ADMIN only …
symfony fosuserbundle user-roles