Login With Ajax – Fast Logins, 2FA, Redirects

Add beautiful login forms with smooth AJAX login/registration effects, 2FA support, custom redrection options and many more login-related features!

v4.5.1Marcus (aka @msykes)Updated 2026-05-24Added Aug 3, 200910k+ installs92% rating0% support resolved
23
Score
623
Errors
520
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability0

Top Issues by Category

security570
maintainability313
i18n241

Issues Details

1,143 issues found in latest scan

ERROR148
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='$tab_link#$tab_key' id='lwa-menu-$tab_key' class='nav-tab $active_class'>$tab_name</a>"'.

ERROR143
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

ERROR143
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'login-with-ajax' but got 'buddypress'.

WARNING112
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$Admin_Notice&quot;.

WARNING110
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING108
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;lwa_2FA_verify_&#039;.sanitize_key($_REQUEST[&#039;2FA&#039;])&quot;.

WARNING73
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[&#039;lwa-2FA-id&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING68
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[&#039;lwa-2FA-id&#039;]

ERROR63
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.

ERROR56
missing_direct_file_access_protection

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

ERROR27
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;_nonce&#039;]. Check that the array index exists before using it.

ERROR8
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s is active for %s.'.

WARNING6
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING6
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

ERROR5
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $sql

WARNING5
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_register_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.

ERROR5
wp_function_not_compatible_with_requires_wp

Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.8.0.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;lwa_icl_inputs&quot;.

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR3
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING3
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR3
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;LoginWithAjax&quot;.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;LWA_TEMPLATE_CLASSIC_LOADED&quot;.

Latest Snapshot

Findings

1,143

Errors

623

Warnings

520

Score History

First score snapshot

First scan completed Jun 20, 2026

v4.5.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v4.5.1

23

Latest

Findings
1,143
Errors
623
Warnings
520
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins