Disable the conf-speed-limit-buttons from WebUi?
Disable the conf-speed-limit-buttons from WebUi?
I have installed transmission on a server and the web interface is shared among a few users, i was wondering if there is any way to disable the configuration and the speed limit buttons to prevent users to alter the configuration?
Re: Disable the conf-speed-limit-buttons from WebUi?
No. The webui isn't meant to be a multi-user platform. If they have the RPC password and username, they can modify all the settings. You can, though, change the source code yourself to hide or disable those changes.
Re: Disable the conf-speed-limit-buttons from WebUi?
Or just set the speed to be exactly the same, then it won't matter if they set the button.
Re: Disable the conf-speed-limit-buttons from WebUi?
That is exactly what i was planning to do,Rolcol wrote:No. The webui isn't meant to be a multi-user platform. If they have the RPC password and username, they can modify all the settings. You can, though, change the source code yourself to hide or disable those changes.
Many thanks.