Top "Fosuserbundle" questions

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

Symfony2 AJAX Login

I have an example where I am trying to create an AJAX login using Symfony2 and FOSUserBundle. I am setting …

php symfony fosuserbundle
No encoder has been configured for account with fosUserBundle symfony2.1

I have this error when I submit the connexion form (I use FOSUserBundle latest version) : No encoder has been configured …

submit symfony-2.1 fosuserbundle encoder
Force a field to not be required

I am using Symfony2 and FOSUserBundle. Just as detailed in the documentation, I have overridden and created a "name" property …

php symfony fosuserbundle
Managing users/roles/groups in FOSUserBundle

I am developing a simple CRUD to manage users/roles/groups of the application in which I am working. To …

php symfony fosuserbundle user-roles usergroups
How create modal window with Twig template and Twitter-Bootstrap

I use Symfony and boostrap to customize the style of my website. I have a twig file : register_content.html.…

twitter-bootstrap modal-dialog fosuserbundle
The service "fos_user.mailer" has a dependency on a non-existent service "templating"

So, the above error has suddenly started happening, after I've been using FOSUserBundle for several Symfony projects. I've tried including …

symfony fosuserbundle
Remove / Replace the username field with email using FOSUserBundle in Symfony2 / Symfony3

I only want to have email as mode of login, I don't want to have username. Is it possible with …

php symfony fosuserbundle
fosuserbundle No route found for "GET /login/"

I recently updated symfony2 using composer, and now I can't login. Here are the relevant files. Let me know if …

symfony routing fosuserbundle
Symfony 4 fosuserbundle

I begin with Symfony 4 and I want to install FosUserBundle with this link : https://symfony.com/doc/master/bundles/FOSUserBundle/…

symfony fosuserbundle
FOSUserBundle no encoder has been configured : creating a new user

i would like to create a new user in FOSUserBundle (Symfony2), but i always get the same message (i'm using …

symfony fosuserbundle