From e4360f144cc3df8927f09b2330e8dc8d7abdf847 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Mon, 7 Apr 2025 11:15:00 +0200 Subject: [PATCH] Use password type on the installation DB config form (#7484) --- CHANGELOG.md | 4 ++++ protected/humhub/modules/installer/views/setup/database.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55591788a6..3ec567c0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ HumHub Changelog ================ +1.17.3 (Unreleased) +---------------------- +- Fix #7484: Use password type on the installation DB config form + 1.17.2 (April 7, 2025) ---------------------- - Fix #7457: Fix changing of space visibility diff --git a/protected/humhub/modules/installer/views/setup/database.php b/protected/humhub/modules/installer/views/setup/database.php index ae4dc46478..c0c46bc131 100644 --- a/protected/humhub/modules/installer/views/setup/database.php +++ b/protected/humhub/modules/installer/views/setup/database.php @@ -24,7 +24,7 @@ use humhub\modules\ui\form\widgets\ActiveForm;
field($model, 'username') ?>
- field($model, 'password') ?> + field($model, 'password')->passwordInput() ?>
field($model, 'database') ?> field($model, 'create')->checkbox() ?>