From 934dd41fa660bda0c1006e8f293f6f7ba3d8bad7 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Thu, 17 Aug 2017 11:08:03 +0200 Subject: Make SHOW_USER_EMAIL also apply to profiles (#2258) The e-mail address is currently only hidden from the explore page. --- routers/user/profile.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'routers') diff --git a/routers/user/profile.go b/routers/user/profile.go index c7d761052e..1850286411 100644 --- a/routers/user/profile.go +++ b/routers/user/profile.go @@ -219,6 +219,8 @@ func Profile(ctx *context.Context) { } } + ctx.Data["ShowUserEmail"] = setting.UI.ShowUserEmail + ctx.HTML(200, tplProfile) } -- cgit v1.2.3