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

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

goalio/goalio-forgotpassword
============================

Adding Forgot Password functionalitiy to ZfcUser

1.0.2(11y ago)4362.2k49[1 issues](https://github.com/goalio/GoalioForgotPassword/issues)[5 PRs](https://github.com/goalio/GoalioForgotPassword/pulls)1BSD-3-ClausePHP

Since Feb 7Pushed 3y ago10 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (10)Used By (1)

GoalioForgotPassword
====================

[](#goalioforgotpassword)

Version 1.0.0 Created by the goalio UG (haftungsbeschränkt)

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

[](#introduction)

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

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

[](#information)

I developed this module to use in our [goalio](http://www.goalio.de) application. There are currently no tests and support can be a little slow because we are a small company with only two developers. I appreciate any feedback, pull requests are even better.

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).
- [GoalioMailService](https://github.com/goalio/GoalioMailService) (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": {
        "goalio/goalio-forgotpassword": "1.*"
    }
    ```
2. Now tell composer to download GoalioForgotPassword by running the command:

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

#### Post installation

[](#post-installation)

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

    ```
