PHPackages                             finbarrmccarthy/forgotpassword - 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. finbarrmccarthy/forgotpassword

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

finbarrmccarthy/forgotpassword
==============================

Adding Forgot Password functionalitiy to ZfcUser (Custom)

115PHP

Since May 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/finbarrmccarthy/ForgotPassword)[ Packagist](https://packagist.org/packages/finbarrmccarthy/forgotpassword)[ RSS](/packages/finbarrmccarthy-forgotpassword/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ForgotPassword
==============

[](#forgotpassword)

Version 0.1.3 Created by Finbarr

Introduction
------------

[](#introduction)

A Zend Framework 2 (ZF2) Module offering forgot password via e-mail functionality to ZfcUser

Information
-----------

[](#information)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master).
- [ZfcBase](https://github.com/ZF-Commons/ZfcBase) (latest master).
- [ZfcUser](https://github.com/ZF-Commons/ZfcUser) (latest master).
- [MailService](https://github.com/finbarrmccarthy/MailService) (latest master).

Features / Goals
----------------

[](#features--goals)

- Add pluggable behaviour to request a password reset \[COMPLETE\]
- Provide updated login view \[COMPLETE\]

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project and the requirements in your composer.json:

    ```
    "require": {
        "finbarrmccarthy/forgotpassword": "0.*"
    }
    ```
2. Now tell composer to download ZfcUser by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
