N°5395 - Errors from OAuth servers for email are not well handled

This commit is contained in:
Eric Espie
2022-08-10 14:57:26 +02:00
parent 62aaaabd7e
commit 7f7538ed58
4 changed files with 59 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ Dict::Add('EN US', 'English', 'English', [
'itop-oauth-client:Message:MissingToken' => 'Generate access token before using this OAuth client',
'itop-oauth-client:Message:TokenCreated' => 'Access token created',
'itop-oauth-client:Message:TokenRecreated' => 'Access token regenerated',
'itop-oauth-client:Message:TokenError' => 'Access token not generated due to server error',
'OAuthClient:Name/UseForSMTPMustBeUnique' => 'The combination Login (%1$s) and Use for SMTP (%2$s) has already be used for OAuth Client',