From 389d756dad8a188fa8e61cfcfca81371609ce469 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra Date: Sat, 2 Jun 2018 14:02:16 +0530 Subject: [PATCH] fix: update the error messages (#17378) --- common/models/User-Identity.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/models/User-Identity.js b/common/models/User-Identity.js index 870e6a9c37..06b99f3e51 100644 --- a/common/models/User-Identity.js +++ b/common/models/User-Identity.js @@ -106,7 +106,9 @@ export default function(UserIdent) { new Error('user identity account not found'), { message: dedent` - New accounts can only be created using an email address. + We cannot create new user accounts with the deprecated social sign in + methods. If you already have an account with us, please sign in with your + email address instead. `, type: 'info', redirectTo: '/'