1
0
Fork 0
forked from forgejo/forgejo

Add admin edit user

This commit is contained in:
Unknown 2014-03-21 06:15:58 -04:00
parent e67653cf13
commit 30618b271a
12 changed files with 416 additions and 16 deletions

View file

@ -46,6 +46,7 @@ func Setting(ctx *middleware.Context, form auth.UpdateProfileForm) {
ctx.Data["IsSuccess"] = true
ctx.HTML(200, "user/setting")
log.Trace("%s User setting updated: %s", ctx.Req.RequestURI, ctx.User.LowerName)
}