Use password type on the installation DB config form (#7484)

This commit is contained in:
Yuriy Bakhtin 2025-04-07 11:15:00 +02:00 committed by GitHub
parent 7e1a9aad94
commit e4360f144c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ use humhub\modules\ui\form\widgets\ActiveForm;
<hr/>
<?= $form->field($model, 'username') ?>
<hr/>
<?= $form->field($model, 'password') ?>
<?= $form->field($model, 'password')->passwordInput() ?>
<hr/>
<?= $form->field($model, 'database') ?>
<?= $form->field($model, 'create')->checkbox() ?>