Merge pull request #17593 from overleaf/bg-account-security-update-hibp-links

Update haveibeenpwnd links to use the password check form

GitOrigin-RevId: f67b1ed689c851ad3684becc38cd5eb82b0018a2
This commit is contained in:
Brian Gough
2024-03-22 09:03:13 +00:00
committed by Copybot
parent 8a04ec9b75
commit f2a1b49d48
5 changed files with 5 additions and 5 deletions
@@ -92,7 +92,7 @@ describe('HaveIBeenPwnedApi', function () {
message: {
type: 'error',
key: 'password-compromised',
text: `The password youve entered is on a public list of compromised passwords (https://haveibeenpwned.com). Please try logging in from a device youve previously used or reset your password (${Settings.siteUrl}/user/password/reset).`,
text: `The password youve entered is on a public list of compromised passwords (https://haveibeenpwned.com/passwords). Please try logging in from a device youve previously used or reset your password (${Settings.siteUrl}/user/password/reset).`,
},
})
}