Download the PHP package k1low/reminder without Composer
On this page you can find all versions of the php package k1low/reminder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download k1low/reminder
More information about k1low/reminder
Files in k1low/reminder
Download k1low/reminder
More information about k1low/reminder
Files in k1low/reminder
Vendor k1low
Package reminder
Short Description Password Reminder plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/Reminder
Package reminder
Short Description Password Reminder plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/Reminder
Keywords cakephpreset password
Please rate this library. Is it a good library?
Informations about the package reminder
Password reminder plugin for CakePHP
Usage
Create reminders table
$ cake schema create reminders --plugin Reminder
Load Reminder plugin
Set $reminder to app/Config/email.php
Set Reminder.models
Create User::findAccountById(), User::validateAndFindAccount(), User::resetPassword()
Access /reminder/user
Access /reminder/user
Design change
Default layout
View change
Create following view/template files.
- app/View/Plugin/Reminder/Reminder/send.ctp
- app/View/Plugin/Reminder/Reminder/sent.ctp
- app/View/Plugin/Reminder/Reminder/reset_password.ctp
- app/View/Plugin/Reminder/Reminder/complete.ctp
- app/View/Plugin/Reminder/Emails/text/reset_mail.ctp
Custom settings
Create view/template/layout files and custom settings
setFlash Messages
License
The MIT License
All versions of reminder with dependencies
PHP Build Version
Package Version
The package k1low/reminder contains the following files
Loading the files please wait ....