Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 633 Bytes

ZfcUserForgotPassword

Build Status

Installation

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

  2. Install in modules.config.php:

return [
    ..., 'ZfcUser', 'ZfcUserForgotPassword', ...
];
  1. Import the database table in data/reset.sql.

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

  3. Finally, navigate to /user/forgot-password