Skip to content

Commit

Permalink
Update wp-haveibeenpwned.php
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs authored Oct 6, 2019
1 parent 33be4fc commit 94c00a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-haveibeenpwned.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Checks if the password for each user account has been compromised via haveibeenpwned.com as soon as the user logs in. This will never send the actual password of your users, but it rather fetches a list to do the check locally.
* Author: Coen Jacobs
* Author URI: https://coenjacobs.me
* Version: 0.1
* Version: 0.1.1
*/

require('vendor/autoload_52.php');
Expand All @@ -32,4 +32,4 @@ function _haveibeenpwned()
require('vendor/autoload.php');

add_action( 'plugins_loaded', '_haveibeenpwned' );
}
}

0 comments on commit 94c00a2

Please sign in to comment.