Download the PHP package looplinguist/secure-password-policy without Composer
On this page you can find all versions of the php package looplinguist/secure-password-policy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download looplinguist/secure-password-policy
More information about looplinguist/secure-password-policy
Files in looplinguist/secure-password-policy
Download looplinguist/secure-password-policy
More information about looplinguist/secure-password-policy
Files in looplinguist/secure-password-policy
Vendor looplinguist
Package secure-password-policy
Short Description This is used to prevent the use of previously used passwords in Laravel.
License MIT
Homepage https://github.com/LoopLinguist/secure-password-policy
Package secure-password-policy
Short Description This is used to prevent the use of previously used passwords in Laravel.
License MIT
Homepage https://github.com/LoopLinguist/secure-password-policy
Keywords looplinguistsecure-password-policy
Please rate this library. Is it a good library?
Informations about the package secure-password-policy
Laravel Secure Passwords Policy
This is used to prevent the use of previously used passwords for Laravel.
Installation
Install using Composer
User model
Update the User model to define a relationship with the password_histories table. You can add the following code to the User model:
Method
Add the following code to the method that handles password changes:
Publish the config file with:
This is the content of the file that will be published in config/secure-password-policy.php
Publish the migrations with:
All versions of secure-password-policy with dependencies
PHP Build Version
Package Version
The package looplinguist/secure-password-policy contains the following files
Loading the files please wait ....