mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 05:55:13 -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)
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user