From 1bdecbf3dca6c19fa9747f5459234b28fbd46671 Mon Sep 17 00:00:00 2001 From: Piotrek Zadroga Date: Tue, 17 Jun 2025 19:05:07 +0200 Subject: [PATCH] [#3940] reword changelog --- .../3940-kea-shell-support-auth-password-file | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog_unreleased/3940-kea-shell-support-auth-password-file b/changelog_unreleased/3940-kea-shell-support-auth-password-file index 836789b476..98d478f525 100644 --- a/changelog_unreleased/3940-kea-shell-support-auth-password-file +++ b/changelog_unreleased/3940-kea-shell-support-auth-password-file @@ -1,5 +1,5 @@ [func] piotrek - Added new --auth-password-file argument to kea-shell, which - allows to securely provide password for basic HTTP - authentication. + Added a new argument, '--auth-password-file', which provides + a secure method for supplying a password for basic HTTP + authentication in kea-shell. (Gitlab #3940)