Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dillchuk/zfcuserforgotpassword

A "user forgot password" framework for ZfcUser 3
https://github.com/dillchuk/zfcuserforgotpassword

Last synced: about 2 months ago
JSON representation

A "user forgot password" framework for ZfcUser 3

Awesome Lists containing this project

README

        

# ZfcUserForgotPassword

[![Build Status](https://travis-ci.org/dillchuk/ZfcUserForgotPassword.svg?branch=master)](https://travis-ci.org/dillchuk/ZfcUserForgotPassword)

## Installation
1. Install with `composer require illchuk/zfc-user-forgot-password`.

2. Install in `modules.config.php`:
~~~
return [
..., 'ZfcUser', 'ZfcUserForgotPassword', ...
];
~~~

3. Import the database table in [data/reset.sql](data/reset.sql).

4. Install [config/zfcuserforgotpassword.global.php.dist](config/zfcuserforgotpassword.global.php.dist) (into config/autoload) and set up a useful sender.

5. Finally, navigate to `/user/forgot-password`