mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
Add some config options
This commit is contained in:
@@ -252,7 +252,7 @@ func LoginUserPlain(name, passwd string) (*User, error) {
|
||||
} else if !has {
|
||||
err = ErrUserNotExist
|
||||
}
|
||||
return &user, nil
|
||||
return &user, err
|
||||
}
|
||||
|
||||
// FollowUser marks someone be another's follower.
|
||||
|
Reference in New Issue
Block a user