Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dillchuk/zfcuserforgotpassword
- Owner: dillchuk
- License: mit
- Created: 2017-10-19T17:30:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T21:38:40.000Z (about 7 years ago)
- Last Synced: 2024-04-23T13:26:14.389Z (9 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`