From c94dc71d84f383211af22005705b8beb5ad73d4c Mon Sep 17 00:00:00 2001 From: Ben Edmunds Date: Thu, 4 Feb 2021 15:21:36 -0500 Subject: [PATCH] Added a note about the admin specific hashing param config fields being removed --- config/ion_auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/ion_auth.php b/config/ion_auth.php index 81a32f00..fc7853e8 100644 --- a/config/ion_auth.php +++ b/config/ion_auth.php @@ -105,6 +105,8 @@ 'threads' => defined('PASSWORD_ARGON2_DEFAULT_THREADS') ? PASSWORD_ARGON2_DEFAULT_THREADS : 2 ]; +// NOTE - the admin specific hashing config fields are no longer used, all users share the same hashing params now + /* | ------------------------------------------------------------------------- | Authentication options.