mirror of
https://github.com/humhub/humhub.git
synced 2025-04-20 15:11:52 +02:00
Use password type on the installation DB config form (#7484)
This commit is contained in:
parent
7e1a9aad94
commit
e4360f144c
@ -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
|
||||
|
@ -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() ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user