mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Fixed resource and err msg for user provisioning (#939)
This commit is contained in:
parent
cf4fddfa21
commit
a75077d703
@ -449,7 +449,7 @@ namespace Bit.Sso.Controllers
|
|||||||
if (existingUser != null)
|
if (existingUser != null)
|
||||||
{
|
{
|
||||||
// TODO: send an email inviting this user to link SSO to their account?
|
// TODO: send an email inviting this user to link SSO to their account?
|
||||||
throw new Exception(_i18nService.T("NoDomainHintProvided"));
|
throw new Exception(_i18nService.T("UserAlreadyExistsUseLinkViaSso"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create user record
|
// Create user record
|
||||||
|
@ -523,7 +523,7 @@
|
|||||||
<data name="UserAlreadyInvited" xml:space="preserve">
|
<data name="UserAlreadyInvited" xml:space="preserve">
|
||||||
<value>User, '{0}', has already been invited to this organization, '{1}'</value>
|
<value>User, '{0}', has already been invited to this organization, '{1}'</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NoDomainHintProvided" xml:space="preserve">
|
<data name="UserAlreadyExistsUseLinkViaSso" xml:space="preserve">
|
||||||
<value>User already exists, please link account to SSO after logging in</value>
|
<value>User already exists, please link account to SSO after logging in</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user