mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commenter_get.go: ret error on non-existant user
This commit is contained in:
@ -18,6 +18,7 @@ var errorNoSuchResetToken = errors.New("This password reset link has expired.")
|
||||
var errorNotAuthorised = errors.New("You're not authorised to access that.")
|
||||
var errorEmailAlreadyExists = errors.New("That email address has already been registered.")
|
||||
var errorNoSuchSession = errors.New("No such session/state.")
|
||||
var errorNoSuchCommenter = errors.New("No such commenter.")
|
||||
var errorAlreadyUpvoted = errors.New("You have already upvoted that comment.")
|
||||
var errorNoSuchDomain = errors.New("This domain is not registered with Commento.")
|
||||
var errorNoSuchComment = errors.New("No such comment.")
|
||||
|
Reference in New Issue
Block a user