mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 05:34:38 +03:00
when warning about weak passwords, mention that passwords reused at other services in particular
based on issue #286
This commit is contained in:
9
main.go
9
main.go
@ -1771,10 +1771,11 @@ func xreadpassword() string {
|
||||
Type new password. Password WILL echo.
|
||||
|
||||
WARNING: Bots will try to bruteforce your password. Connections with failed
|
||||
authentication attempts will be rate limited but attackers WILL find weak
|
||||
passwords. If your account is compromised, spammers are likely to abuse your
|
||||
system, spamming your address and the wider internet in your name. So please
|
||||
pick a random, unguessable password, preferably at least 12 characters.
|
||||
authentication attempts will be rate limited but attackers WILL find passwords
|
||||
reused at other services and weak passwords. If your account is compromised,
|
||||
spammers are likely to abuse your system, spamming your address and the wider
|
||||
internet in your name. So please pick a random, unguessable password, preferably
|
||||
at least 12 characters.
|
||||
|
||||
`)
|
||||
fmt.Printf("password: ")
|
||||
|
Reference in New Issue
Block a user