From c00ab76c831488850c48ed9cea3818b0a0fef7b6 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 31 Dec 2024 17:09:29 +0100 Subject: [PATCH] [auth] htpasswd: module 'bcrypt' is no longer mandatory in case digest method not used in file / changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505202ed..4d8bbaa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## 3.3.4.dev * Add: option [auth] cache_logins/cache_successful_logins_expiry/cache_failed_logins for caching logins -* Improve: log used hash method and result on debug for htpasswd authentication -* Improve: htpasswd file now read and verified on start, automatic re-read triggered on change (mtime or size) +* Improve: [auth] log used hash method and result on debug for htpasswd authentication +* Improve: [auth] htpasswd file now read and verified on start, automatic re-read triggered on change (mtime or size) +* Improve: [auth] htpasswd: module 'bcrypt' is no longer mandatory in case digest method not used in file ## 3.3.3 * Add: display mtime_ns precision of storage folder with condition warning if too less