This plugin will create a new login page for your site. You can also create separate login pages for administrators and for other users.
Prioritized issue groups from the latest Plugin Check scan
Security
357
9 issue groups
I18n
202
5 issue groups
Maintainability
65
11 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: LOGIN_REBUILDER_DOMAIN
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_no'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['properties']['keyword']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_format".
Sample message
Missing $domain parameter in function call to __().
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
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.2.0.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "exists_delete".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 2090.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '[%s] %s logged in.'.
Sample message
Detected usage of meta_key, possible slow query.
Not analyzed yet.
First score snapshot
v2.8.8
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 632 | 406 | 226 | v2.8.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.
1k+ active installs