Этот коммит содержится в:
=Corey Hulen
2015-10-29 00:00:41 -07:00
родитель 8e43a99581
Коммит 6f599604c9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -653,7 +653,7 @@ func getProfiles(c *Context, w http.ResponseWriter, r *http.Request) {
options := utils.SanitizeOptions
options["passwordupdate"] = false
if c.HasSystemAdminPermissions("getProfiles") {
if c.IsSystemAdmin() {
options["fullname"] = true
options["email"] = true
}