summaryrefslogtreecommitdiffstats
path: root/modules/middleware/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/middleware/context.go')
-rw-r--r--modules/middleware/context.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/middleware/context.go b/modules/middleware/context.go
index 463d9ba980..ee203b762d 100644
--- a/modules/middleware/context.go
+++ b/modules/middleware/context.go
@@ -220,8 +220,6 @@ func Contexter() macaron.Handler {
ctx.IsSigned = true
ctx.Data["IsSigned"] = ctx.IsSigned
ctx.Data["SignedUser"] = ctx.User
- ctx.Data["SignedUserId"] = ctx.User.Id
- ctx.Data["SignedUserName"] = ctx.User.Name
ctx.Data["IsAdmin"] = ctx.User.IsAdmin
}