Download the PHP package infinitypaul/laravel-password-history-validation without Composer
On this page you can find all versions of the php package infinitypaul/laravel-password-history-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infinitypaul/laravel-password-history-validation
More information about infinitypaul/laravel-password-history-validation
Files in infinitypaul/laravel-password-history-validation
Package laravel-password-history-validation
Short Description Prevent users from reusing recently used passwords
License MIT
Homepage https://github.com/infinitypaul/laravel-password-history-validation
Informations about the package laravel-password-history-validation
Laravel Password History Validation
Prevent users from reusing recently used passwords.
Installation
You can install the package via composer:
Configuration
To get started, you'll need to publish the config file, and migrate the database:
Modify the config file according to your project, then migrate the database
Usage
This package will observe the created and updated event of the models (check the config file for settings) and records the password hashes automatically.
In Your Form Request or Inline Validation, All You Need To Do Is Instantiate The NotFromPasswordHistory
class passing the current user as an argument
Cleaning Up Old Record - (Optional)
Because We Are Storing The Hashed Password In Your Database, Your Database Can Get Long When You Have Lots Of Users
Add PasswordHistoryTrait To Your User Model
Then You Can Run The Following Artisan Command
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to follow me on twitter!
Thanks! Edward Paul.
License
The MIT License (MIT). Please see License File for more information.