浏览代码

Fixed: Can't save user without Initials.

Thanks to devagleo and xet7 !

Fixes #3928
Lauri Ojansivu 3 年之前
父节点
当前提交
9a03654062
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/settings/peopleBody.jade

+ 1 - 1
client/components/settings/peopleBody.jade

@@ -342,7 +342,7 @@ template(name="editUserPopup")
       input.js-profile-fullname(type="text" value=user.profile.fullname required)
     label
       | {{_ 'initials'}}
-      input.js-profile-initials(type="text" value=user.profile.initials required)
+      input.js-profile-initials(type="text" value=user.profile.initials)
     label
       | {{_ 'admin'}}
       select.select-role.js-profile-isadmin