2017 © Pedro Peláez
 

library zfc-user-forgot-password

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

image

illchuk/zfc-user-forgot-password

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

  • Wednesday, November 1, 2017
  • by dillchuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ZfcUserForgotPassword

Build Status, (*1)

Installation

  1. Install with composer require illchuk/zfc-user-forgot-password., (*2)

  2. Install in modules.config.php:, (*3)

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

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

  3. Finally, navigate to /user/forgot-password, (*6)

The Versions