1.0.0releasedPwned Passwords

Checks the https://haveibeenpwned.com/ API for compromised passwords

Clone URLhttps://github.com/DeuxHuitHuit/pwned_passwords.git

Add as a submodulegit submodule add https://github.com/DeuxHuitHuit/pwned_passwords.git extensions/pwned_passwords --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNoNoNoNoNo1.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.01.0.0

Readme

Pwned Passwords

Checks the https://haveibeenpwned.com/ API for compromised passwords

SPECS

Automatically upon password change, checks if the user password have been pwned.

REQUIREMENTS

  • Symphony CMS version 2.7.x and up (as of the day of the last release of this extension)

INSTALLATION

  • git clone / download and unpack the tarball file
  • Put into the extension directory
  • Enable/install just like any other extension

You can also install it using the extension downloader.

For more information, see https://www.getsymphony.com/learn/tasks/view/install-an-extension/

HOW TO USE

  • Enable the extension
  • Try to change your password

THANKS

  • Many many thanks to Troy Hunt for his haveibeenpwned.com service.

LICENSE

MIT https://deuxhuithuit.mit-license.org

Version history

Symphony 2.7.0 to 2.x.x

  • First release