u'Login failed - user with username {username} has no social auth with backend_name {backend_name}'.format(
username=username,backend_name=backend_name))
returnJsonResponse({
"success":False,
# Translators: provider_name is the name of an external, third-party user authentication service (like
# Google or LinkedIn).
"value":_('There is no {platform_name} account associated with your {provider_name} account. Please use your {platform_name} credentials or pick another provider.').format(
${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by <strongclass="indicator">bold text and an asterisk (*)</strong>.').format(platform_name=platform_name)}