Top "Fosuserbundle" questions

The FOSUserBundle adds support for a database-backed user system in Symfony2.

FOSOAuthServerBundle with FOSUserBundle - How to make it works?

Currently my project works very well. I use FOSUserBundle for the management of my users. Now, I want to implement …

php symfony oauth fosuserbundle fosoauthserverbundle
Login user using memory provider in Symfony

after installing FOSUserBundle, now Im trying to login with user/ userpass but I still get the "Bad credentials" message. This …

symfony fosuserbundle
FOSUserBundle: Remove unique index for emailCanonical

I am trying to remove the unique index on emailCanonical, so that multiple users can share the same email address. …

symfony fosuserbundle
Symfony2 - FOSUserBundle - FindUserBy<field_in_custom_UserBundle>

I´ve created my own user Bundle, extending FOSUserBundle. In my UserBundle, I have a memberID field, with its setters …

symfony doctrine-orm fosuserbundle findby
Call a method after user Login

I was wondering if there is away to call a function after the user login. Here is the code I …

symfony fosuserbundle
Symfony 2 FOSUserBundle with rest login and registration

I have gone through lots of stackoveflow question and articles, but can't find a suitable answer. I'm using fosuserbundle, hwiouthbundle …

symfony fosuserbundle lexikjwtauthbundle
HWIOAuthBundle Google login device_id and device_name for a webapp

I am working on a Symfony2 app. I'm using FOSUserBundle to handle authentication and recently integrated it with FOSUserBundle using …

symfony google-oauth fosuserbundle hwioauthbundle
Symfony2 - The block type sonata.user.block.menu does not exist

i 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-bundle
set role for users in edit form of sonata admin

I'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-roles
Symfony2 FosUserBundle Roles ROLE_ADMIN

I'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