BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off →
Watrix Login as User icon
Actively maintained Tested up to 7.0.6

Watrix Login as User

Securely impersonate any user account as an administrator and switch back to your original account with one click.

Active installs<10New
Downloads · 30d49▲ +19.5% vs prev. 30d
Rating—0 reviews
Health score55/100Fair
All-time downloads163Since Jul 2026
Support resolved—No recent threads
RequiresWP 6.0PHP 7.4+
Downloads · 7d16▲ +6.7% week over week
Our verdict

Use with caution

Watrix Login as User works, but test it on a staging site before relying on it in 2026. Was last updated 3 months ago, and scores 55/100 on our health check.

  • Small user base (<10 active installs)
  • Very few reviews so far

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

91827Jul 2Aug 14Sep 26
Yesterday5
Daily average (1y)2
Peak day36Jul 2, 2026
Last 12 months173

Download spikes usually follow a new release — each site that auto-updates counts as a download.

Rankings

Where Watrix Login as User stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
admin >100 10,000 Best admin plugins →
debugging >100 1,627 Best debugging plugins →
impersonation #9 35 Best impersonation plugins →
support >100 10,000 Best support plugins →
user switching >100 1,948 Best user switching plugins →

About Watrix Login as User

From the official readme · v1.0.3

Description

Watrix Login as User lets administrators sign in as any other user (impersonation) and return to their own account with a single click. It is useful for support requests, reproducing user-reported issues, debugging role and capability problems, and verifying the experience of subscribers, customers or editors without sharing passwords.

Key features:

  • Adds a “Switch to” row action on the Users screen (localised as “切り替え” in Japanese).
  • Adds a “Switch to %s” button on the user profile edit screen.
  • Displays a persistent red warning bar in both the admin and the front-end while an impersonation session is active.
  • The warning bar contains a one-click link back to the original administrator account.
  • Switching and switching-back are protected by nonces and a signed cookie (HMAC-SHA256, AUTH_KEY-derived) so the original user id cannot be forged.
  • A bounded audit log (latest 200 entries) is stored in a single options row.

Security model:

  • Only users who are administrators AND hold the manage_options capability can switch (manage_network_users on multisite).
  • The original (acting) user id is stored in a signed, Secure / HttpOnly / SameSite=Lax cookie.
  • Nonce verification, self-switch prevention and clean-up on user deletion are implemented.
  • If the AUTH_KEY salts required for signing are missing, the plugin fails closed and the feature is disabled.

日本語

概要

Watrix Login as User は、管理者が他のユーザーになりすまして WordPress を操作する「代理ログイン」機能を提供します。サポート対応・動作確認・権限デバッグなどに有用です。

主な機能

  • ユーザー一覧の各行に「切り替え」リンクを追加(英語ロケールでは “Switch to”)
  • ユーザー編集画面にも「%s に切り替え」ボタンを追加
  • 代理ログイン中は管理画面・フロント画面の上部に赤い警告バーを常時表示
  • バー内のリンクで元の管理者アカウントへ即時復帰
  • 切替・復帰は nonce + 署名付き Cookie (HMAC-SHA256) で保護
  • 監査ログをオプションテーブルに最小限保存(最新 200 件)

セキュリティ

  • 切替を許可するのは administrator かつ manage_options 保有者のみ(マルチサイト時は manage_network_users)
  • 元ユーザー ID は AUTH_KEY で署名された Secure / HttpOnly / SameSite=Lax Cookie に保存
  • nonce 検証・自身への切替防止・ユーザー削除時のクリーンアップを実装
  • AUTH_KEY 系 SALT が未設定なら fail-closed で機能を無効化

インストール

  1. プラグインを wp-content/plugins/watrix-login-as-user/ にアップロード
  2. WordPress 管理画面の「プラグイン」から有効化
  3. 「ユーザー一覧」または個別のユーザー編集画面で「切り替え」を実行
  4. 代理ログイン中は画面上部の赤いバーから元のアカウントに戻れます

Installation

  1. Upload the plugin to wp-content/plugins/watrix-login-as-user/ or install it from the WordPress plugin directory.
  2. Activate the plugin from the Plugins screen.
  3. Go to Users and use the “Switch to” row action, or open a user’s profile and use the “Switch to %s” button.
  4. While impersonating, use the red warning bar at the top of the screen to return to your original account.

Frequently asked questions

Who can switch users?

Only users who are administrators AND have the manage_options capability (manage_network_users on multisite). The capability is re-checked on every switch and on every restore.

Is my password ever sent to the impersonated session?

No. Switching uses WordPress’ own authentication cookies (wp_set_auth_cookie). No password is ever read, written or transmitted by this plugin.

What happens if I deactivate the plugin while impersonating?

The impersonation cookie is cleared on deactivation, so the next request will not sit on a stale impersonation state.

Where is the audit log stored?

In a single wp_options row (watrix_lau_audit_log), capped at the most recent 200 entries. Uninstalling the plugin removes this option completely.

Changelog

Plugin renamed from "Watrix User Switching" to "Watrix Login as User" (slug changed to watrix-login-as-user) to avoid confusion with the existing User Switching plugin. Functionality is unchanged.

1.0.3

  • Rename: plugin renamed from “Watrix User Switching” to “Watrix Login as User”; slug / text domain changed from watrix-user-switching to watrix-login-as-user to avoid confusion with the existing User Switching plugin.
  • Internals: constant, function, class, option, cookie, nonce and query-parameter prefixes updated accordingly (WATRIX_LOGIN_AS_USER_*, WATRIX_LAU_*, watrix_login_as_user_*, watrix_lau_*, WatrixLoginAsUser\, watrix_lau_original, watrix_lau_audit_log, ?watrix_lau=...).
  • i18n: translation catalogue renamed to watrix-login-as-user-ja.po/.mo.
  • No functional or behavioural changes.

1.0.2

  • Compliance: pass WordPress.org Plugin Check 2.0.0 with zero errors and zero warnings.
  • readme.txt: rewritten in English; “Tested up to” bumped to 7.0; Japanese description retained below.
  • i18n: removed redundant load_plugin_textdomain() call (WP 4.6+ auto-loads translations for WP.org-hosted plugins).
  • uninstall.php: prefixed local variables ($watrix_lau_option_name, $watrix_lau_site_ids, $watrix_lau_site_id).
  • i18n: moved /* translators: */ comments to be immediately adjacent to the __() call.
  • nonce warnings: annotated the admin_init and admin-notice dispatchers (read-only status checks; the actual state-changing actions still verify nonces).
  • Packaging: added .distignore so .git, .gitignore, README.md and .DS_Store are excluded from the distribution ZIP.

1.0.1

  • i18n: switched UI strings to English source + translation catalogues. Japanese locale displays “切り替え” / “%s に切り替え”; other locales show “Switch to” / “Switch to %s”.
  • Security (H-1): removed the fallback signing secret. The plugin now fails closed when AUTH_KEY salts are not configured.
  • Public failure codes coarsened; detailed reasons now live only in the audit log (S-4).
  • Added uninstall.php to fully remove the audit-log option on plugin deletion (S-6).
  • Deactivation hook clears any in-flight impersonation cookie (S-6).
  • Reworked the user-edit screen UI to use a single dedicated form-table instead of a stray <tr> injection (L-4).
  • Standardised on output-time escaping (S-1).
  • Fixed mismatched /* translators: */ placeholders (L-1).
  • Bundled a compiled Japanese .mo file.

1.0.0

  • Initial release.

Full changelog on WordPress.org →

Screenshots

The red impersonation warning bar.
The red impersonation warning bar.
The "Switch to" row action on the Users screen.
The "Switch to" row action on the Users screen.

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.

Active installs badge Rating badge Health score badge

Best Watrix Login as User alternatives

All admin plugins →
Alternatives
Rank Plugin Active installs Rating Updated Health
1 Loginizer Loginizer Loginizer is a WordPress security plugin which helps you fight against bruteforce attacks. by Softaculous 1M+ ★★★★★★★★★★ 4.8 (1K) 1 month ago 87
2 Redux Framework Redux Framework Redux is a simple, truly extensible, and fully responsive options framework for WordPress… by David Anderson / Team Updraft 900K+ ★★★★★★★★★★ 4.4 (273) 6 days ago 95
3 Admin Menu Editor Admin Menu Editor Lets you edit the WordPress admin menu. You can re-order, hide or rename menus, add custom… by Janis Elsts 300K+ ★★★★★★★★★★ 4.6 (312) 1 month ago 80
4 White Label CMS White Label CMS Customise dashboard panels and branding, hide menus plus lots more. by Video User Manuals 200K+ ★★★★★★★★★★ 4.7 (114) 3 months ago 71
5 Advanced Custom Fields: Extended Advanced Custom Fields: Extended All-in-one enhancement suite that improves WordPress & Advanced Custom Fields. by Konrad Chmielewski 100K+ ★★★★★★★★★★ 4.8 (132) 1 month ago 76
6 Nested Pages Nested Pages Nested Pages provides a drag and drop interface for managing pages & posts in the WordPress… by Hook & Filter 90K+ ★★★★★★★★★★ 4.7 (126) 2 days ago 88
7 Disable REST API Disable REST API Disable the use of the REST API on your website to site users. Now with User Role support! by Dave McHale 80K+ ★★★★★★★★★★ 4.8 (38) 3 years ago 48
8 All In One Favicon All In One Favicon Easily add a Favicon to your site and the WordPress admin pages. Complete with upload… by Garrett Grimm 60K+ ★★★★★★★★★★ 4.5 (82) 3 years ago 46
9 Conditional Menus Conditional Menus This plugin enables you to set conditional menus per posts, pages, categories, archive… by themifyme 60K+ ★★★★★★★★★★ 4.4 (72) 2 months ago 76
10 Add From Server Add From Server Add From Server is designed to help ease the pain of bad web hosts, allowing you to upload… by Dion Hulse 60K+ ★★★★★★★★★★ 4.6 (239) 6 years ago 46

FAQ

Watrix Login as User: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org · checked Sep 27, 2026

Is Watrix Login as User free?

Yes. Watrix Login as User is free to download and use from the official WordPress.org plugin directory.

Is Watrix Login as User safe to use in 2026?

Watrix Login as User works, but test it on a staging site before relying on it in 2026. Was last updated 3 months ago, and scores 55/100 on our health check.

How many websites use Watrix Login as User?

Watrix Login as User is active on <10 WordPress websites and has been downloaded 163 times since it launched in July 2026. It was downloaded 49 times in the last 30 days.

Does Watrix Login as User work with WordPress 7.1?

Watrix Login as User is officially tested up to WordPress 7.0.6, while the latest release is 7.1.2. It may still work, but try it on a staging site first.

What PHP version does Watrix Login as User need?

Watrix Login as User requires PHP 7.4 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.

When was Watrix Login as User last updated?

The latest version, 1.0.3, was released on July 2, 2026 (3 months ago).

Who makes Watrix Login as User?

Watrix Login as User is developed and maintained by wataru takahashi.

What are the best alternatives to Watrix Login as User?

The most popular alternatives to Watrix Login as User are Loginizer (1M+ installs), Redux Framework (900K+ installs) and Admin Menu Editor (300K+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org — no credit card
Sarah is here to help!
Hi there! 👋 Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! 👋 Need help finding what you're looking for?

We'll use this to continue our conversation

Just now ✓ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.