Skip to content
Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
PHP HTML
Branch: master
Clone or download
This branch is 2395 commits ahead, 8 commits behind KnpLabs:master.

Latest commit

stof Merge pull request #2949 from michaelmo5/patch-1
Changed suggested example encoder from bcrypt to auto
Latest commit cf7fe27 Mar 31, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add ISSUE_TEMPLATE with basic questions for bug and feature requests Dec 3, 2016
Command Merge pull request #2958 from XWB/short-array-syntax Jan 8, 2020
Controller Merge pull request #2958 from XWB/short-array-syntax Jan 8, 2020
DependencyInjection Switch to short array syntax and run CS fixer Jan 8, 2020
Doctrine Switch to short array syntax and run CS fixer Jan 8, 2020
Event Switch to short array syntax and run CS fixer Jan 8, 2020
EventListener Switch to short array syntax and run CS fixer Jan 8, 2020
Form Switch to short array syntax and run CS fixer Jan 8, 2020
Mailer Switch to short array syntax and run CS fixer Jan 8, 2020
Model Switch to short array syntax and run CS fixer Jan 8, 2020
Resources Merge pull request #2949 from michaelmo5/patch-1 Mar 31, 2020
Security Switch to short array syntax and run CS fixer Jan 8, 2020
Tests Switch to short array syntax and run CS fixer Jan 8, 2020
Util Switch to short array syntax and run CS fixer Jan 8, 2020
Validator Refactored the update of the hashed password and canonical fields Oct 14, 2016
.gitattributes Update .gitattributes Mar 1, 2018
.gitignore Upgrade CS fixer Dec 19, 2017
.php_cs.dist Switch to short array syntax and run CS fixer Jan 8, 2020
.travis.yml Update .travis.yml Oct 27, 2018
Changelog.md Update changelog for 2.2 release (#2952) Jan 8, 2020
FOSUserBundle.php Switch to short array syntax and run CS fixer Jan 8, 2020
FOSUserEvents.php Revert the email update confirmation feature Feb 16, 2018
LICENSE Move the license file at the root Nov 28, 2016
Makefile Use locally installed PHPUnit instead of the global version Nov 28, 2016
README.md Symfony 2 is old, and making it explicit it works with later versions Aug 30, 2018
Upgrade.md Update the changelog and the upgrade instructions Feb 19, 2018
composer.json Add require translation Dec 7, 2018
phpunit.xml.dist Remove propel dependency Nov 20, 2016

README.md

FOSUserBundle

The FOSUserBundle adds support for a database-backed user system in Symfony2+. It provides a flexible framework for user management that aims to handle common tasks such as user registration and password retrieval.

Features include:

  • Users can be stored via Doctrine ORM or MongoDB/CouchDB ODM
  • Registration support, with an optional confirmation per email
  • Password reset support
  • Unit tested

Note: This bundle does not provide an authentication system but can provide the user provider for the core SecurityBundle.

Build Status Total Downloads Latest Stable Version

Documentation

The source of the documentation is stored in the Resources/doc/ folder in this bundle, and available on symfony.com:

Read the Documentation for master

Read the Documentation for 1.3.x

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle

About

UserBundle is a knplabs initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

You can’t perform that action at this time.