api,frontend: add commenter password resets
This commit is contained in:
@ -46,3 +46,4 @@ var errorDatabaseMigration = errors.New("Encountered error applying database mig
|
||||
var errorNoSuchUnsubscribeSecretHex = errors.New("Invalid unsubscribe link.")
|
||||
var errorEmptyPaths = errors.New("Empty paths field.")
|
||||
var errorInvalidDomain = errors.New("Invalid domain name. Do not include the URL path after the forward slash.")
|
||||
var errorInvalidEntity = errors.New("That entity does not exist.")
|
||||
|
Reference in New Issue
Block a user