From ea61eef42bca712fe78f86ae71abab77950ee6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 24 Oct 2024 15:03:12 +0200 Subject: [PATCH] migration84: Improve phrasing for BCrypt cost change (#3918) --- appendices/migration84/other-changes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appendices/migration84/other-changes.xml b/appendices/migration84/other-changes.xml index 1097904794..9427ad2764 100644 --- a/appendices/migration84/other-changes.xml +++ b/appendices/migration84/other-changes.xml @@ -413,8 +413,9 @@ - PASSWORD_BCRYPT for password_hash - has been increased from 10 to 12. + The default 'cost' value for the PASSWORD_BCRYPT + hashing algorithm for password_hash has been increased from + 10 to 12.