illchuk / zfc-user-forgot-password
A "user forgot password" framework for ZfcUser 3 and Doctrine
v0.2
2017-10-24 20:54 UTC
Requires
- php: ^5.6|^7.0
- beaucal/beaucal-util: ^0.1
- doctrine/doctrine-orm-module: ^1.0
- doctrine/orm: ^2.5
- phpoption/phpoption: ^1.0
- zendframework/zend-inputfilter: ^2.0
- zf-commons/zfc-user: ^3.0
- zf-commons/zfc-user-doctrine-orm: ^2.0
Requires (Dev)
- fzaninotto/faker: ^1.7
- phpunit/dbunit: 2.0.x-dev
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-12-29 05:16:15 UTC
README
Installation
-
Install with
composer require illchuk/zfc-user-forgot-password
. -
Install in
modules.config.php
:
return [
..., 'ZfcUser', 'ZfcUserForgotPassword', ...
];
-
Import the database table in data/reset.sql.
-
Install config/zfcuserforgotpassword.global.php.dist (into config/autoload) and set up a useful sender.
-
Finally, navigate to
/user/forgot-password