Releases: langleyfoxall/laravel-nist-password-rules
Releases · langleyfoxall/laravel-nist-password-rules
v5.0.0
20 Apr 12:00
Compare
Sorry, something went wrong.
No results found
Added support for PHP 8. Thanks @jameswilddev .
Dropped support for PHP 7.1.
v4.4.1
18 Jan 15:57
Compare
Sorry, something went wrong.
No results found
Set minimum supported Laravel to 5.5.
v4.4.0
18 Jan 14:59
Compare
Sorry, something went wrong.
No results found
Add ability to make password confirmation optional in register password rules set
v4.3.0
02 Sep 08:02
Compare
Sorry, something went wrong.
No results found
v4.2.0
11 Mar 16:22
Compare
Sorry, something went wrong.
No results found
v4.1.1
17 Sep 21:39
Compare
Sorry, something went wrong.
No results found
Changes sequential and repetitive characters rules to more accurately comply with NIST recommendations. See #22 for more details.
v4.1.0
06 Sep 11:47
Compare
Sorry, something went wrong.
No results found
Laravel 6.0 support.
Fixed documentation relating to changing password with old password - Thanks to @simtrami
v4.0.0
03 Jul 09:27
Compare
Sorry, something went wrong.
No results found
Added rule for repetitive or sequential characters (e.g. ‘aaaaaa’, ‘1234abcd’) - Thanks to @mdeloughry
v3.0.0
30 May 13:02
Compare
Sorry, something went wrong.
No results found
Add translation and localisation support.
Change minimum Laravel version to 5.4.
v2.0.0
22 Feb 13:27
Compare
Sorry, something went wrong.
No results found
Dependency updates.
Drop support for HHVM.