mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-15 19:21:04 +01:00
Update check-password.ps1
This commit is contained in:
parent
cb955eaa02
commit
ccfc7cca91
@ -43,7 +43,7 @@ try {
|
||||
if ($NumBreaches -eq 0) {
|
||||
"👍 Password seems good, it's not listed in any known security breach (as of today)"
|
||||
} else {
|
||||
"⚠️ Bad password, it's already listed in $NumBreaches known security breaches!"
|
||||
"⚠️ Bad password, it's listed already in $NumBreaches known security breaches!"
|
||||
}
|
||||
exit 0 # success
|
||||
} catch {
|
||||
|
Loading…
Reference in New Issue
Block a user