One Time Login

Use WP-CLI to generate a one-time login URL for any user

v0.4.0Daniel BachhuberUpdated 2026-01-10Added Apr 28, 201640k+ installs100% rating
78
Score
7
Errors
8
Warnings
+0
Change

Category Scores

Security66
Repo86
Performance100
Maintainability95

Top Issues by Category

Issues Details

15 issues found in latest scan

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR2
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'.

ERROR2
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DOING_CRON".

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['one_time_login_token'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

WARNING1
plugin_header_nonexistent_domain_path

The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"

Latest Snapshot

Findings

15

Errors

7

Warnings

8

Score History

First score snapshot

First scan completed Jun 20, 2026

v0.4.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v0.4.0

78

Latest

Findings
15
Errors
7
Warnings
8
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins