Linux 软件免费装
Banner图

Watrix Login as User

开发者 watrix
更新时间 2026年7月2日 15:56
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

admin support debugging impersonation user-switching

下载

1.0.3

详情介绍:

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: Security model:

安装:

  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.

屏幕截图:

  • The "Switch to" row action on the Users screen.

升级注意事项:

1.0.3 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.2 Maintenance release for WordPress.org Plugin Check compliance. No behaviour changes. 1.0.1 Security hardening release: i18n support and fail-closed handling for the signing secret. Update recommended.

常见问题:

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.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0