Merge pull request #292

9be29eb zxcvbn: build tweaks to work on other platforms (moneromooo.monero)
03c15af Don't claim a password is "medium" too easily (moneromooo.monero)
fbe19d2 Use zxcvbn for password strength estimation (moneromooo.monero)
b882de8 add zxcvbn to the qmake build system (moneromooo.monero)
aae35df zxcvbn-c: new module for password strength estimation (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-12-20 17:51:27 +02:00
21 changed files with 284648 additions and 39 deletions

View File

@@ -72,7 +72,7 @@ Item {
width: row.x
color: {
if(item.fillLevel < 3) return "#FF6C3C"
if(item.fillLevel < 5) return "#FF6C3C"
if(item.fillLevel < 13) return "#FFE00A"
return "#36B25C"
}