Okay, anyone have ideas how you could practically scan the Mastodon database for accounts using breached e-mail/password combinations, to send warnings?
The haveibeenpwned.com API requires buying an API key for $3.50 per month, plus since Mastodon (of course) irreversibly hashes passwords with bcrypt that sort of task becomes non-trivial.
@Gargron checking hashes for current users is a lost cause in my opinion. Warn them about emails maximum.
You should check the passwords at creation time only for future users. ;)