From 0910eae31de8ed7b409654515dbd11f5c86dbf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 18 Apr 2018 22:46:10 +0200 Subject: MM-9779: Incorporate a Token into the invitations system (#8604) * Incorporate a Token into the invitations system * Adding unit tests * Fixing some api4 client tests * Removing unnecesary hash validation * Change the Hash concept on invitations with tokenId * Not send invitation if it wasn't able to create the Token * Fixing some naming problems * Changing the hash query params received from the client side * Removed unneded data param in the token usage --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index d71ad8009..ea6314107 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2851,8 +2851,8 @@ "translation": "Encountered an issue joining default channels user_id=%s, team_id=%s, err=%v" }, { - "id": "api.user.create_user.missing_hash_or_data.app_error", - "translation": "Missing Hash or URL query data." + "id": "api.user.create_user.missing_token.app_error", + "translation": "Missing Token." }, { "id": "api.user.create_user.missing_invite_id.app_error", -- cgit v1.2.3-1-g7c22