stephenBDT / persona

Frappe/ERPNext app to allow Administrator/System Managers to impersonate other users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persona - ERPNext custom app

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.

  1. Only "Administrator" or "System Manager" roles can impersonate another user.
  2. Adds a button "Impersonate" to User form.
  3. Will generate 2 entries in activity log.
    1. One will show that the Administrator/System Manager who is impersonating a user.
    2. A second entry shows that the impersonated user logging in.
  4. As a safeguard, we don't allow a system manager to impersonate another system manager.

Installation

bench get-app https://github.com/iptelephony/persona
bench --site sitename install-app persona 
bench migrate
bench restart
bench clear-cache

License

MIT

About

Frappe/ERPNext app to allow Administrator/System Managers to impersonate other users.

License:Other


Languages

Language:Python 86.8%Language:JavaScript 13.2%