sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0

fix system-login active

This commit is contained in:
Martin Geno 2016-08-17 22:55:20 +02:00
parent 7320874578
commit f3305a6054
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ func (api *API) Login(w http.ResponseWriter, r *http.Request, _ httprouter.Param
}
} else {
logger.Warn("not active")
returnerr = &libapi.ErrorResult{Fields: []string{"active"}, Message: "Not a active User"}
}
return