mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 14:05:10 -05:00
Update message
This commit is contained in:
parent
d6fa6c240b
commit
d3da0682a1
@ -203,7 +203,7 @@ public abstract class BaseRequestValidator<T> where T : class
|
|||||||
protected async Task FailAuthForLegacyUserAsync(User user, T context)
|
protected async Task FailAuthForLegacyUserAsync(User user, T context)
|
||||||
{
|
{
|
||||||
await BuildErrorResultAsync(
|
await BuildErrorResultAsync(
|
||||||
$"Encryption key migration is required. Please log in to the web vault at {_globalSettings.BaseServiceUri.VaultWithHash}",
|
$"Legacy encryption without a userkey is no longer supported. To recover your account, please contact support",
|
||||||
false, context, user);
|
false, context, user);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user