2015-11-18 17:02:35 +00:00
|
|
|
{
|
|
|
|
|
"missingAuthHeaders": "Missing authentication headers.",
|
|
|
|
|
"missingUsernameEmail": "Missing username or email.",
|
2015-11-19 20:09:39 +00:00
|
|
|
"missingEmail": "Missing email.",
|
|
|
|
|
"missingUsername": "Missing username.",
|
2015-11-18 17:02:35 +00:00
|
|
|
"missingPassword": "Missing password.",
|
2015-11-23 11:47:15 +00:00
|
|
|
"notAnEmail": "Invalid email address.",
|
2015-11-19 11:13:54 +00:00
|
|
|
"emailTaken": "Email already taken.",
|
|
|
|
|
"usernameTaken": "Username already taken.",
|
|
|
|
|
"passwordConfirmationMatch": "Password confirmation doesn't match password.",
|
2015-11-18 17:02:35 +00:00
|
|
|
"invalidLoginCredentials": "Incorrect username / email and / or password.",
|
|
|
|
|
"invalidCredentials": "User not found with given auth credentials.",
|
2015-11-21 11:03:08 +00:00
|
|
|
"accountSuspended": "Account has been suspended, please contact leslie@habitica.com with your UUID \"<%= userId %>\" for assistance.",
|
|
|
|
|
"onlyFbSupported": "Only Facebook supported currently.",
|
2015-11-23 11:47:15 +00:00
|
|
|
"cantDetachFb": "Account lacks another authentication method, can't detach Facebook.",
|
|
|
|
|
"onlySocialAttachLocal": "Local auth can only be added to a social account.",
|
2015-11-28 16:47:32 +00:00
|
|
|
"invalidReqParams": "Invalid request parameters.",
|
|
|
|
|
"taskIdRequired": "\"taskId\" must be a valid UUID",
|
|
|
|
|
"taskNotFound": "Task not found.",
|
|
|
|
|
"invalidTaskType": "Task type must be one of \"habit\", \"daily\", \"todo\", \"reward\"."
|
2015-11-18 17:02:35 +00:00
|
|
|
}
|