mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
Integration with Have I been pwned (#47)
* Add password check. * Fix indention, update messages.
This commit is contained in:
committed by
Kyle Spearrin
parent
06a543c913
commit
df9d79ab7d
@@ -957,5 +957,20 @@
|
||||
},
|
||||
"window": {
|
||||
"message": "Window"
|
||||
},
|
||||
"checkPassword": {
|
||||
"message": "Check if this password has been previously exposed."
|
||||
},
|
||||
"passwordExposed": {
|
||||
"message": "This password has been exposed in $VALUE$ data breach(es)! You should change it.",
|
||||
"placeholders": {
|
||||
"value": {
|
||||
"content": "$1",
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"passwordSafe": {
|
||||
"message": "This password was not found in any known data breaches. It should be safe to use."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user