Add some config options

This commit is contained in:
Unknown 2014-03-18 01:33:53 -04:00
parent d886f4df97
commit a3a93aef11
4 changed files with 59 additions and 13 deletions

View file

@ -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.