-
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