This just check the password on registration if the password input by the new member is breached, so new member may aware of their password.
https://haveibeenpwned.com/Passwords
My thought process for this would be to check if a password appears in the list and if it does, let the user know and ask if they're sure they want to use it before an account is created or password is changed.david63 wrote: Thu Jun 02, 2022 8:09 am Unless you intend to check the password/username/email combination it seems pointless as thier own site states that there are "hundreds of millions of real world passwords" - just checking a password on that list and then rejecting it would frustrate many users.
i find this on github https://github.com/TenGbps/pwnedpasswordscheckMellx1 wrote: Wed Jun 01, 2022 11:31 pm This just check the password on registration if the password input by the new member is breached, so new member may aware of their password.
And I posted a fix forHelpToTransfer wrote: Wed Dec 04, 2024 9:11 pmi find this on github https://github.com/TenGbps/pwnedpasswordscheckMellx1 wrote: Wed Jun 01, 2022 11:31 pm This just check the password on registration if the password input by the new member is breached, so new member may aware of their password.
Parse error: syntax error, unexpected variable "$result"