Creating common token store and moving email invites and verification to it (#6213)

This commit is contained in:
Christopher Speller
2017-04-27 10:55:03 -04:00
committed by Joram Wilander
parent 0e007e344b
commit 9a87bb3af6
30 changed files with 461 additions and 461 deletions

View File

@@ -3575,6 +3575,14 @@
"id": "mattermost.working_dir",
"translation": "Current working directory is %v"
},
{
"id": "model.token.is_valid.size",
"translation": "Invalid token."
},
{
"id": "model.token.is_valid.expiry",
"translation": "Invalid token expiry"
},
{
"id": "model.access.is_valid.access_token.app_error",
"translation": "Invalid access token"
@@ -4411,6 +4419,10 @@
"id": "model.user.is_valid.auth_data.app_error",
"translation": "Invalid auth data"
},
{
"id": "model.user.is_valid.password_limit.app_error",
"translation": "Unable to set a password over 72 charactors due to the limitations of bcrypt."
},
{
"id": "model.user.is_valid.auth_data_pwd.app_error",
"translation": "Invalid user, password and auth data cannot both be set"
@@ -4591,10 +4603,6 @@
"id": "store.sql.dialect_driver.panic",
"translation": "Failed to create dialect specific driver %v"
},
{
"id": "store.sql.drop_column.critical",
"translation": "Failed to drop column %v"
},
{
"id": "store.sql.incorrect_mac",
"translation": "Incorrect MAC for the given ciphertext"