From 50fe51a2e5ad62ba3e1917285f3eedb8c8139072 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 11 Apr 2022 01:18:40 +0000 Subject: [PATCH 1/2] * Fix bug #21320. --- module/user/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php index 0ecc5415d9..9c60710678 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -28,7 +28,7 @@ user->basicInfo;?> user->realname;?> - realname, "class='form-control'");?> + realname, "class='form-control' disabled");?> user->role;?> user->roleList, $user->role, "class='form-control'");?> From d79f9f22e4d2fc115db4c5f8005f79387e17f018 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 11 Apr 2022 06:14:00 +0000 Subject: [PATCH 2/2] * Fix bug #21320. --- module/user/view/edit.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php index 9c60710678..52ebf043c5 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -28,7 +28,7 @@ user->basicInfo;?> user->realname;?> - realname, "class='form-control' disabled");?> + realname, "class='form-control'");?> user->role;?> user->roleList, $user->role, "class='form-control'");?> @@ -59,7 +59,7 @@ user->accountInfo;?> user->account;?> - account, "class='form-control'");?> + account, "class='form-control' disabled");?> user->email;?> email, "class='form-control'");?>