Allows to connect as a contact from CiviCRM contact page and action menu if it has a user account on the CMS. Works on WordPress, not tested on Drupal / Joomla / Backdrop. Really useful when testing behaviour between user roles and permissions or supporting clients.
For Standalone you'll a specific extension available here https://lab.civicrm.org/extensions/switchuser The extension is licensed under AGPL-3.0.
- PHP v7.2+
- CiviCRM (FIXME: Version number)
- User switching extension for WordPress
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl userswitchcrm@https://github.com/ALLINAPPLI/userswitchcrm/archive/master.zipSysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/ALLINAPPLI/userswitchcrm.git
cv en userswitchcrm(* FIXME: Where would a new user navigate to get started? What changes would they see? *)
(* FIXME *)