Cambia Utente adds an admin screen that lists the site users and lets an
administrator log in as any of them with one click. It is handy for support and
debugging: you can check what a WooCommerce customer actually sees — active
orders, available downloads, account pages — without asking for their password.
How it works:
- A top-level Cambia Utente menu (icon: people) is added to wp-admin.
- The screen lists users with name and email and an Log in button each.
- Clicking a button replaces your session with that user’s session and sends you
to the site front page as that user.
- To go back to your account, log out and log in again as administrator.
Security:
- The screen and the switch action are restricted to users with the
edit_users
capability (administrators), customisable via the cambia_utente_capability filter.
- Every switch is protected by a WordPress nonce.
- The plugin stores no options, creates no tables and sends no data to external services.