mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Creating common token store and moving email invites and verification to it (#6213)
This commit is contained in:
committed by
Joram Wilander
parent
0e007e344b
commit
9a87bb3af6
16
i18n/en.json
16
i18n/en.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user