2017 © Pedro Peláez
 

library zf-user-forgot-password

Password recovery system based on xelax90/zf-user-notification

image

xelax90/zf-user-forgot-password

Password recovery system based on xelax90/zf-user-notification

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

User Forgot Password module

This module provides a simple password recovery system based on xelax90/zf-user-notificaiton, (*1)

Installation

Installation of XelaxUserForgotPassword uses composer. For composer documentation, please refer to getcomposer.org., (*2)

composer require xelax90/zf-user-forgot-password

Then add XelaxUserForgotPassword to your config/application.config.php and run the doctrine schema update to create the database table:, (*3)

php vendor/bin/doctrine-module orm:schema-tool:update --force 

Now copy the provided configuration files vendor/xelax90/zf-user-forgot-password/config/xelax-user-forgot-password.global.php and vendor/xelax90/zf-user-forgot-password/config/xelax-user-forgot-password.local.php.dist into your config/autoload directory. Also make another copy of the xelax-user-forgot-password.local.php.dist file without the .dist extension., (*4)

Configuration

E-Mail Templates

You can overwrite the localized e-mail templates by providing a viewScript for xelax-user-forgot-password/email/$LANGUAGE/$NOTIFICATION/$TEMPLATE. You can find the pre-defined ones in the view folder., (*5)

Request Lifetime

You can configure the request lifetime in the global configuration with the request_lifetime key. The passed value must either be a DateInterval object or an interval specification for its constructor (see DateInterval::__construct). It defaults to one day., (*6)

The Versions

15/01 2017

dev-master

9999999-dev

Password recovery system based on xelax90/zf-user-notification

  Sources   Download

GPLv2

The Requires

 

by Aleksandr

15/01 2017

1.0

1.0.0.0

Password recovery system based on xelax90/zf-user-notification

  Sources   Download

GPLv2

The Requires

 

by Aleksandr

13/01 2017

0.1

0.1.0.0

Password recovery system based on xelax90/zf-user-notification

  Sources   Download

GPLv2

The Requires

 

by Aleksandr