FOSUserBundle
FOSUserBundle copied to clipboard
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
Looks like there is no easy/clean way for overriding behavior when confirmation token is not found. I'd like to display a flash message instead of displaying a generic 404 page....
When I try to create a user on the command line I get this issue [Doctrine\DBAL\DBALException] An exception occurred while executing 'INSERT INTO fos_user ... General error: 515 General SQL...
The error I got is : An exception has been thrown during the rendering of a template ("You cannot change the data of a submitted form.") in SonataUserBundle:Security:base_login.html.twig at line...
Hi. With the current version there is no simple and elegant way to override column types. Let's say i want to use `datetimetz` instead of `datetime`. ``` php ``` After...
Hi all, I was wondering what you think about making FOSUserBundle able to send new activation email. Let's imagine the case where the user register your application and lost is...
as of Symfony 2.5 Email constraint now has `strict` option. how to enable this for email field in FOSUser ? i've tried to overwrite https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/config/validation.xml file but the Email constraint...
Hi, I found an intereting bug. Im not sure if it was reported before. Manipulating html form allows to pass a validation and create a user without `plainPassword`. That couses...
I have crated custom authentication handler that creates some extra sessions on authentication success. While using FOSUserBundle with email confirmation enabled this handler is not called when new user clicks...
Our base templates are pretty much just there as a starting point, but the markup we provide doesnt give anyone a 'quick start' - there is an amount of non...
Hi! I'm creating a website for a MMORPG, and the user table on my database must contain exactly 8 columns (id, name, passwd, email, money......) with specifics columns names. I...