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

ActiveLibrary

ogogo/forgotpassword
====================

Adding Forgot Password functionalitiy to ZfcUser (Custom)

1.1(9y ago)0281PHPPHP &gt;=5.3.3

Since Jul 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Ogogo/ForgotPassword)[ Packagist](https://packagist.org/packages/ogogo/forgotpassword)[ Docs](https://github.com/ogogo/ForgotPassword)[ RSS](/packages/ogogo-forgotpassword/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

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

[](#forgotpassword)

Version 1.0 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/ogogo/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": {
        "ogogo/forgotpassword": "1.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.

    ```
