PHPackages                             dcs/password-reset-core-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. dcs/password-reset-core-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

dcs/password-reset-core-bundle
==============================

This bundle provides the logic to perform a complete flow of password change request

033PHP

Since Jan 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/damianociarla/DCSPasswordResetCoreBundle)[ Packagist](https://packagist.org/packages/dcs/password-reset-core-bundle)[ RSS](/packages/dcs-password-reset-core-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/9833f2dc355114b860f9f67d7b57b529cbb578aa8f97eae9d44cefd62a18b95b/68747470733a2f2f7472617669732d63692e6f72672f64616d69616e6f636961726c612f44435350617373776f72645265736574436f726542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/damianociarla/DCSPasswordResetCoreBundle)[![Coverage Status](https://camo.githubusercontent.com/4d700eeb228775998f4dfd7f6199de01c5ced87d834ddd0e99613b7a10b881db/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f64616d69616e6f636961726c612f44435350617373776f72645265736574436f726542756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/damianociarla/DCSPasswordResetCoreBundle?branch=master)

DCSPasswordResetCoreBundle
==========================

[](#dcspasswordresetcorebundle)

This bundle provides the tools and the general logic to manage the reset password integrating the bundle [DCSUserCoreBundle](https://github.com/damianociarla/DCSUserCoreBundle).

It provides the abstraction of operations such as saving and searching for a single reset request through specific events.

Note: This bundle does not provide the final implementation of the operations but you must add and configure libraries (or create your own) to ensure the execution of commands.

Installation
------------

[](#installation)

### Prerequisites

[](#prerequisites)

This version of the bundle requires Symfony 2.8+.

You must also install and configure the bundle [DCSUserCoreBundle](https://github.com/damianociarla/DCSUserCoreBundle).

### Require the bundle

[](#require-the-bundle)

Run the following command:

```
$ composer require dcs/password-reset-core-bundle "~1.0@dev"

```

Composer will install the bundle to your project's `vendor/dcs/password-reset-core-bundle` directory.

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
