diff --git a/module/my/view/editprofile.html.php b/module/my/view/editprofile.html.php index 59503ab486..8e91c5c5da 100644 --- a/module/my/view/editprofile.html.php +++ b/module/my/view/editprofile.html.php @@ -47,7 +47,7 @@
| user->account;?> | -account, "class='form-control' disabled='disabled'");?> | +account, "class='form-control' readonly='readonly'");?> | user->commiter;?> | commiter, "class='form-control'");?> |
|---|