Prevent login from inactive (aka non-verified) users #8

Merged
konrad merged 3 commits from fix/prevent-login-from-unverified-users into master 2018-11-01 22:47:41 +00:00
Showing only changes of commit 8d17f69315 - Show all commits

View File

@ -205,7 +205,7 @@ func (err ErrWrongUsernameOrPassword) Error() string {
return fmt.Sprintf("Wrong username or password")
}
// ErrCodeEmailNotConfirmed holds the unique world-error code of this error
// ErrCodeWrongUsernameOrPassword holds the unique world-error code of this error
const ErrCodeWrongUsernameOrPassword = 1011
// HTTPError holds the http error description