Skip to content

Instantly share code, notes, and snippets.

@iomarmochtar
Created May 17, 2017 02:08
Show Gist options
  • Save iomarmochtar/234b4ced19aab61f05a14e2ec1b62546 to your computer and use it in GitHub Desktop.
Save iomarmochtar/234b4ced19aab61f05a14e2ec1b62546 to your computer and use it in GitHub Desktop.
list of weak password list that will be used for Custom_Password_Validator.php
<?php
// list of weak password list that will be used for Custom_Password_Validator.php
// you may add some more to prevent user using following weak password
return array(
'password',
'password1',
'password12',
'password123',
'password1234',
'password12345',
'pass$1234',
'Password889',
'Passwword'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment