Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 841 Bytes

File metadata and controls

26 lines (20 loc) · 841 Bytes

UserBundle

This bundle, simple yet convenient, lets you easily add to your application features such as:

  • user registration
  • user authentication
  • password resetting
  • user account locking
  • user account expiration
  • force a user to reset his password at first connection

{% hint style="info" %} This bundle is full decoupled from any Doctrine abstraction layer.
It provides a Doctrine mapping configuration for ORM and MongoDB.
This bundle assumes you're using Doctrine to persist and retrieve your users.
It provides a Doctrine UserProvider. {% endhint %}

Learn more