From 7a520a615b9b48554a768de786088d7d69a6dd3f Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Mon, 29 Jan 2024 14:14:31 +0100 Subject: [PATCH] Dev Fixed some wording, removed asterisks from password field when editing user, because they were more confusing than helpful --- application/views/userManagement/partial/addedituser.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/application/views/userManagement/partial/addedituser.php b/application/views/userManagement/partial/addedituser.php index cb965d7fbf7..cba0febf62a 100644 --- a/application/views/userManagement/partial/addedituser.php +++ b/application/views/userManagement/partial/addedituser.php @@ -43,7 +43,7 @@ error($oUser, 'email'); ?>
- +
getController()->widget('ext.DateTimePickerWidget.DateTimePicker', [ @@ -107,10 +107,9 @@ $oUser, 'password', ($oUser->isNewRecord - ? ['id' => 'User_Form_password', 'value' => '', 'placeholder' => '********'] + ? ['id' => 'User_Form_password', 'value' => ''] : ['id' => 'User_Form_password', 'value' => '', - 'placeholder' => '********', "disabled" => "disabled" ] ) @@ -118,10 +117,10 @@ error($oUser, 'password'); ?>
- isNewRecord ? '' : 'disabled="disabled"') ?> id="password_repeat" + isNewRecord ? '' : 'disabled="disabled"') ?> id="password_repeat" class="form-control" type="password">
isNewRecord) { ?>