Adding additional privs to normal user

I want to add the ability of a normal user to add/delete a device and view oxidized configurations. How easy would that be?

Or possibly create a new user class that has the same functions as a normal user but can add/delete devices and look at oxidized configs.

1 Like

I was able to get it. I removed the if statements that checked for global view or admin for add/del devices and show config.

I wanted users to be able to add remove devices with a view that is more limited than global view and also has the ability to modify things I want them to modify.

I guess the next step would be to add a custom user group that I can select which meets my requirements.