mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-21 23:21:26 +01:00
Login fail in ldap should return 401
This commit is contained in:
parent
3e942e3db7
commit
33bd4f147d
@ -53,7 +53,7 @@ func (c *CommonController) Login() {
|
||||
user, err := auth.Login(models.AuthModel{principal, password})
|
||||
if err != nil {
|
||||
beego.Error("Error occurred in UserLogin:", err)
|
||||
c.CustomAbort(http.StatusInternalServerError, "Internal error.")
|
||||
c.CustomAbort(http.StatusUnauthorized, "")
|
||||
}
|
||||
|
||||
if user == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user