login-security-solution
login-security-solution copied to clipboard
Bug: Table not created when installed via wp-cli
Description: database table ${prefix}login_security_solution_fail is not created when plugin is installed and activated via wp-cli.
Replicate:
- Install https://github.com/wp-cli/wp-cli
- With clean wordpress version:
-
wp plugin install login-security-solution --activate
-
show tables
reports no table being there
Expected:
- Table to be created