From d0900697452bceb159c7bb17da62cc970eb1d8b9 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Sat, 22 Jun 2019 10:20:00 +0800 Subject: [PATCH] 1.5.0: Minimum password length update See https://github.com/rainlab/user-plugin/milestone/1?closed=1 for more info. --- updates/version.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updates/version.yaml b/updates/version.yaml index 7ae17622..9a7ce8e1 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -66,4 +66,5 @@ 1.4.5: Added token fallback process to Account / Reset Password components when parameter is missing. 1.4.6: Fixes Auth::register method signature mismatch with core OctoberCMS Auth library 1.4.7: Fixes redirect bug in Account component / Update translations and separate user and group management. -1.4.8: Fixes a bug where calling MailBlocker::removeBlock could remove all mail blocks for the user. \ No newline at end of file +1.4.8: Fixes a bug where calling MailBlocker::removeBlock could remove all mail blocks for the user. +1.5.0: !!! Required password length is now a minimum of 8 characters. Previous passwords will not be affected until the next password change.