Added invite_id field to email invite url, along with validation of this field on the server (#8235)
Этот коммит содержится в:
16
i18n/en.json
16
i18n/en.json
@@ -2202,10 +2202,6 @@
|
||||
"id": "api.team.create_team_from_signup.expired_link.app_error",
|
||||
"translation": "The signup link has expired"
|
||||
},
|
||||
{
|
||||
"id": "api.team.create_team_from_signup.invalid_link.app_error",
|
||||
"translation": "The signup link does not appear to be valid"
|
||||
},
|
||||
{
|
||||
"id": "api.team.create_team_from_signup.unavailable.app_error",
|
||||
"translation": "This URL is unavailable. Please try another."
|
||||
@@ -2706,6 +2702,10 @@
|
||||
"id": "api.user.create_user.signup_link_expired.app_error",
|
||||
"translation": "The signup link has expired"
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.signup_link_mismatched_invite_id.app_error",
|
||||
"translation": "The signup link does not appear to be valid"
|
||||
},
|
||||
{
|
||||
"id": "api.user.create_user.signup_link_invalid.app_error",
|
||||
"translation": "The signup link does not appear to be valid"
|
||||
@@ -7294,10 +7294,6 @@
|
||||
"id": "web.root.singup_title",
|
||||
"translation": "Signup"
|
||||
},
|
||||
{
|
||||
"id": "web.signup_team_complete.invalid_link.app_error",
|
||||
"translation": "The signup link does not appear to be valid"
|
||||
},
|
||||
{
|
||||
"id": "web.signup_team_complete.link_expired.app_error",
|
||||
"translation": "The signup link has expired"
|
||||
@@ -7314,10 +7310,6 @@
|
||||
"id": "web.signup_user_complete.link_expired.app_error",
|
||||
"translation": "The signup link has expired"
|
||||
},
|
||||
{
|
||||
"id": "web.signup_user_complete.link_invalid.app_error",
|
||||
"translation": "The signup link does not appear to be valid"
|
||||
},
|
||||
{
|
||||
"id": "web.signup_user_complete.no_invites.app_error",
|
||||
"translation": "The team type doesn't allow open invites"
|
||||
|
||||
Ссылка в новой задаче
Block a user