Secure WordPress login with Two Factor Authentication - supports WP, Woo + other login forms, HOTP, TOTP (Google Authenticator, Authy, etc.)
Prioritized issue groups from the latest Plugin Check scan
Security
144
11 issue groups
Maintainability
89
13 issue groups
I18n
7
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$name</label><br>\n"'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['simbatfa_trust_token']
Sample message
$_COOKIE['simbatfa_trust_token'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$calc".
Sample message
Function "get_main_site_id()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 3.4.0.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "secure_auth_cookie".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Base32".
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 675.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "TFA_INCORRECT_ATTEMPTS_WITHIN_MINUTES_LIMIT".
Sample message
Sanitization missing for register_setting().
Sample message
Unsupported placeholder used in $wpdb->prepare(). Found: "%_capabilities".
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v1.16.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 247 | 108 | 139 | v1.16.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.