Skip to content

Releases: langleyfoxall/laravel-nist-password-rules

v5.0.0

20 Apr 12:00
92841e3

Choose a tag to compare

  • Added support for PHP 8. Thanks @jameswilddev.
  • Dropped support for PHP 7.1.

v4.4.1

18 Jan 15:57
b34b8f9

Choose a tag to compare

Set minimum supported Laravel to 5.5.

v4.4.0

18 Jan 14:59
3df3cfb

Choose a tag to compare

  • Add ability to make password confirmation optional in register password rules set

v4.3.0

02 Sep 08:02
c0a9bdf

Choose a tag to compare

  • Laravel 8.0 support.

v4.2.0

11 Mar 16:22
c3531e0

Choose a tag to compare

  • Laravel 7.0 support.

v4.1.1

17 Sep 21:39
a82b916

Choose a tag to compare

  • 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
9b0d1a2

Choose a tag to compare

  • Laravel 6.0 support.
  • Fixed documentation relating to changing password with old password - Thanks to @simtrami

v4.0.0

03 Jul 09:27
8a0f2f5

Choose a tag to compare

  • Added rule for repetitive or sequential characters (e.g. ‘aaaaaa’, ‘1234abcd’) - Thanks to @mdeloughry

v3.0.0

30 May 13:02
eb188a2

Choose a tag to compare

  • Add translation and localisation support.
  • Change minimum Laravel version to 5.4.

v2.0.0

22 Feb 13:27
b23223e

Choose a tag to compare

  • Dependency updates.
  • Drop support for HHVM.