1
0
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:
Oscar Hinton
2018-02-28 16:53:18 +01:00
committed by Kyle Spearrin
parent 06a543c913
commit df9d79ab7d
4 changed files with 39 additions and 1 deletions

View File

@@ -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."
}
}