illchuk/zfc-user-forgot-password

A "user forgot password" framework for ZfcUser 3 and Doctrine

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/illchuk/zfc-user-forgot-password

v0.2 2017-10-24 20:54 UTC

This package is auto-updated.

Last update: 2025-09-29 01:44:05 UTC


README

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