Persona is a custom ERPNext app that Allows administrator or a system manager to impersonate another user. Inspired by Administrator should be able to impersonate any user #17615.
- Only "Administrator" or "System Manager" roles can impersonate another user.
- Adds a button "Impersonate" to User form.
- Will generate 2 entries in activity log.
- One will show that the Administrator/System Manager who is impersonating a user.
- A second entry shows that the impersonated user logging in.
- As a safeguard, we don't allow a system manager to impersonate another system manager.
bench get-app https://github.com/iptelephony/persona
bench --site sitename install-app persona
bench migrate
bench restart
bench clear-cache
MIT