amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
2.92k stars 422 forks source link

custom field for users #1904

Open P6g9YHK6 opened 6 days ago

P6g9YHK6 commented 6 days ago

Is your feature request related to a problem? Please describe. when certain script needs to behave differently depending on who executed it it need manual changes for exemple for a script managing user accounts of a remote device

Describe the solution you'd like fields like {{user.name}} {{user.email}} {{user.custom}} {{role.name}} {{role.custom}} to help making script execution more "user aware" and even implement some form of right management per script while nothing exists in trmm at the moment

Describe alternatives you've considered manual work