mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Streamline error message for removed user account with CME (#1741)
This commit is contained in:
@ -434,10 +434,10 @@
|
||||
<value>Error</value>
|
||||
</data>
|
||||
<data name="SsoError" xml:space="preserve">
|
||||
<value>There was an unexpected error during single sign-on. Please close this page and try again.</value>
|
||||
<value>There was an unexpected error during single sign-on.</value>
|
||||
</data>
|
||||
<data name="SsoErrorWithRedirect" xml:space="preserve">
|
||||
<value>There was an unexpected error during single sign-on. Please go back to <a href="{0}">{0}</a> or close this page and try again.</value>
|
||||
<value>There was an unexpected error during single sign-on. Please go back to <a href="{0}">{0}</a>.</value>
|
||||
</data>
|
||||
<data name="RequestId" xml:space="preserve">
|
||||
<value>Request ID</value>
|
||||
@ -533,7 +533,10 @@
|
||||
<value>User, '{0}', has already been invited to this organization, '{1}'. Accept the invite in order to log in with SSO.</value>
|
||||
</data>
|
||||
<data name="UserAlreadyExistsInviteProcess" xml:space="preserve">
|
||||
<value>In order to join this organization, contact an admin to send you an invite and follow the instructions within to accept.</value>
|
||||
<value>You were removed from the organization managing single sign-on for your account. Contact the organization administrator for help regaining access to your account.</value>
|
||||
</data>
|
||||
<data name="UserAlreadyExistsKeyConnector" xml:space="preserve">
|
||||
<value>You were removed from the organization managing single sign-on for your account. Create a new account to continue using Bitwarden.</value>
|
||||
</data>
|
||||
<data name="RedirectGet" xml:space="preserve">
|
||||
<value>Redirect GET</value>
|
||||
|
Reference in New Issue
Block a user