forked from p85947160/gitea
Backport of #5872 to v1.7 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
d3a334d99a
commit
29799537a7
|
@ -85,7 +85,7 @@ func sudo() macaron.Handler {
|
|||
}
|
||||
|
||||
if len(sudo) > 0 {
|
||||
if ctx.User.IsAdmin {
|
||||
if ctx.IsSigned && ctx.User.IsAdmin {
|
||||
user, err := models.GetUserByName(sudo)
|
||||
if err != nil {
|
||||
if models.IsErrUserNotExist(err) {
|
||||
|
|
Loading…
Reference in New Issue