Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Invalid Org Discovery Type Error Message #6797

Closed

Conversation

dhaura
Copy link
Contributor

@dhaura dhaura commented Aug 21, 2024

Purpose

  • Add error message support for invalid organization discovery type in email domain based organization discovery.

Related Issues

Related PRs

Checklist

  • e2e cypress tests locally verified. (for internal contributers)
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Relevant backend changes deployed and verified
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@wso2-jenkins-bot
Copy link
Contributor

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@@ -243,8 +243,8 @@ authentication.context.null=Pardon! Nous avons dû interrompre votre connexion
authentication.context.null.description=Cela se produit généralement en raison dun long retard ou dune action irrégulière dans votre processus de connexion. Recommençons et réessayons de nous connecter. Si le problème persiste, veuillez contacter votre administrateur.
authentication.flow.timeout=Pardon! Votre tentative de connexion a pris trop de temps
authentication.flow.timeout.description=Il semble que le processus de connexion s'est terminé en raison du retard. Recommençons. Si ce problème persiste, veuillez contacter l'administrateur.
authentication.flow.app.disabled=D�sol�! L'application est d�sactiv�e.
authentication.flow.app.disabled.description=Il semble que l'application soit d�sactiv�e et que l'acc�s � l'application soit restreint. Veuillez contacter votre administrateur.
authentication.flow.app.disabled=Désolé! L'application est désactivée.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change expected?

@@ -502,6 +502,7 @@ organization.login=Connexion de l'organisation
organization.name=Nom de l'organisation
organization.email=E-mail de l'organisation
invalid.organization.discovery.input=Impossible d'identifier l'organisation. Veuillez fournir le nom de l'organisation pour continuer.
invalid.organization.discovery.type=Le type de découverte d’organisation donné n’est pas valide ou n’est pas activé.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed some unusual characters in this text. Could you double-check to ensure everything is correct? If you're using IntelliJ to edit the text, you might want to try using VS Code instead. Also, please check other languages as well.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unusual characters in the github diff should be due to Github using UTF-8 for the UI and some french characters need different encoding. That should be expected.

@dhaura
Copy link
Contributor Author

dhaura commented Aug 23, 2024

@dhaura dhaura closed this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants