From 5f1bbbde49c650633586ef943c8de4c451a25ef3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 20 Mar 2017 14:01:23 -0400 Subject: [PATCH] user/settings: fix cannot change profile for non-local users (#4313) --- templates/user/settings/profile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/settings/profile.tmpl b/templates/user/settings/profile.tmpl index a41811be1..731853c3d 100644 --- a/templates/user/settings/profile.tmpl +++ b/templates/user/settings/profile.tmpl @@ -14,7 +14,7 @@ {{.CsrfTokenHtml}}
- + {{if not .SignedUser.IsLocal}}

{{$.i18n.Tr "settings.password_username_disabled"}}

{{end}}