summaryrefslogtreecommitdiffstats
path: root/routers/admin/auths.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/admin/auths.go')
-rw-r--r--routers/admin/auths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/auths.go b/routers/admin/auths.go
index bf4bade17b..c4702afc81 100644
--- a/routers/admin/auths.go
+++ b/routers/admin/auths.go
@@ -158,7 +158,7 @@ func EditAuthSourcePost(ctx *middleware.Context, form auth.AuthenticationForm) {
}
log.Trace("%s Authentication changed by admin(%s): %s", ctx.Req.RequestURI,
- ctx.User.LowerName, strings.ToLower(form.AuthName))
+ ctx.User.LowerName, form.AuthName)
ctx.Redirect("/admin/auths")
}