Aucune description

Thomas 3ea486cc18 Merge pull request #78 from oparadis/dependencies il y a 13 ans
Admin fcef46348b Add groups il y a 13 ans
Command 258e202a02 Add command to generate a two step validation secret il y a 13 ans
Controller fdf01f5421 Force redirect the user to the admin dashboard connect through the admin login area il y a 13 ans
DependencyInjection 1af7709336 Add support for 2 step validation (with Google Authenticator) il y a 13 ans
Document bf7f6b0ac9 Fix Document BaseUser to implement credentials expiration setter/getter il y a 13 ans
Entity b961033016 Minor fix of document/entity comments il y a 13 ans
Form 392915f1e0 ACL: the form is updated to allow to edit roles the user is MASTER for and display the rest in a readonly list + the user list is updated: do not allow to edit links for superadmins if the user is not a super admin il y a 13 ans
GoogleAuthenticator 1af7709336 Add support for 2 step validation (with Google Authenticator) il y a 13 ans
Model 1af7709336 Add support for 2 step validation (with Google Authenticator) il y a 13 ans
Resources 5379fa85ec Fixing CS on the two step validation chapter il y a 13 ans
Security 392915f1e0 ACL: the form is updated to allow to edit roles the user is MASTER for and display the rest in a readonly list + the user list is updated: do not allow to edit links for superadmins if the user is not a super admin il y a 13 ans
Tests 476738999b Added entity/document unit tests il y a 13 ans
.gitignore 96233a6f5e Add build process for jenkins integration il y a 13 ans
.travis.yml 5148229ad3 Update symfony version il y a 13 ans
LICENSE 4669ec7ebb initial commit il y a 14 ans
README.md ad09dddf86 [Docs]Added google groups il y a 13 ans
SonataUserBundle.php 374b9397f2 Make the bundle parent optional il y a 14 ans
build.xml 96233a6f5e Add build process for jenkins integration il y a 13 ans
composer.json 6f55eb113f Add easy-extends-bundle to dependencies il y a 13 ans
phpunit.xml.dist 96233a6f5e Add build process for jenkins integration il y a 13 ans

README.md

SonataUserBundle

Integrate the FOS/UserBundle in the Sonata Project

- AdminBundle: add user and group management
- EasyExtends: allows to generate Application level model

Installation

You have 2 options to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends

    - new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extend ``FOSUserBundle``
    - new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extend ``FOSUserBundle``

Google Groups: For questions and proposals you can post on this google groups