From 1571548411e2518f5dbe92def40cd5a59202bbb9 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Tue, 12 Apr 2022 01:34:40 +0000 Subject: [PATCH] * Fix bug #21654. --- 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 52ebf043c5..2e7d720c74 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -59,7 +59,7 @@ user->accountInfo;?> user->account;?> - account, "class='form-control' disabled");?> + account, "class='form-control' readonly");?> user->email;?> email, "class='form-control'");?>