disable options / plugins

lisas4567

Member
May 25, 2018
773
0
16
hi all im trying to restrict access to the options / plugins i have copied the access.ini to the users dir some plugins have been disabled but i cannot disable the options icon or options

what do i need to add to this now to stop users changing settings..

;; ruTorrent permissions.
;; All flags are assumed to be "yes" by default.

[settings]
showDownloadsPage = yes
showConnectionPage = yes
showBittorentPage = yes
showAdvancedPage = yes

[tabs]
showPluginsTab = no

[statusbar]
canChangeULRate = no
canChangeDLRate = no

[dialogs]
canChangeTorrentProperties = no

[default]
enabled = no
canChangeToolbar = no
canChangeMenu = no
canChangeOptions = no
canChangeTabs = no
canChangeColumns = no
canChangeStatusBar = no
canChangeCategory = no

[rss]
enabled = no
 

peshua19

Member
May 25, 2018
897
0
16
Put the plugin blocks (eg: default and rss) into plugins.ini or /users/username/plugins.ini instead of access.ini.
 

lisas4567

Member
May 25, 2018
773
0
16
i copied both files from the conf folder to the users dir

what do i have to add/remove now to limit changing the options

pref remove the settings icon
 

peshua19

Member
May 25, 2018
897
0
16
[settings]
showDownloadsPage = no
showConnectionPage = no
showBittorentPage = no
showAdvancedPage = no
 

lisas4567

Member
May 25, 2018
773
0
16
thanks for your help kolor all sorted now, i did'nt want members running loose changing all the settings..
 

lisas4567

Member
May 25, 2018
773
0
16
sorry it is enabled but something i done above is restricting it from showing...

is there a guide to show what settings are where...
 

simur612

Member
May 25, 2018
879
0
16
Yet once.
1) What do you have - ruTorrent version, config files.
2) What do you want, in detail, step by step.
 

lisas4567

Member
May 25, 2018
773
0
16
Yet once.
1) What do you have - ruTorrent version, config files.
2) What do you want, in detail, step by step.
i have applied what i need so far unless i have overlooked anything,

Im Running Apache + ruTorrent v3.4 - rtorrent is 0.8.9 + Multiuser (14 users)
i copied the plugins.ini & access.ini from /var/rutorrent/rutorrent/conf

to each user in /var/rutorrent/rutorrent/conf/users/pureevil

these are what the users now have in the .ini files...

plugins.ini
Code:
;; Plugins' permissions.
;; If flag is not found in plugin section, corresponding flag from "default" section is used.
;; If flag is not found in "default" section, it is assumed to be "yes".
;;
;; For setting individual plugin permissions you must write something like that:
;;
;; [ratio]
;; enabled = yes ;; also may be "user-defined", in this case user can control plugin's state from UI
;; canChangeToolbar = yes
;; canChangeMenu = yes
;; canChangeOptions = no
;; canChangeTabs = yes
;; canChangeColumns = yes
;; canChangeStatusBar = yes
;; canChangeCategory = yes
;; canBeShutdowned = yes

[default]
enabled = yes
canChangeToolbar = yes
canChangeMenu = no
canChangeOptions = no
canChangeTabs = yes
canChangeColumns = yes
canChangeStatusBar = yes
canChangeCategory = yes
canBeShutdowned = yes

[unpack]
enabled = yes
canChangeToolbar = yes
canChangeMenu = yes
canChangeOptions = no
canChangeTabs = yes
canChangeColumns = yes

[data]
enabled = yes
canChangeToolbar = yes
canChangeMenu = yes
canChangeOptions = no
canChangeTabs = yes
canChangeColumns = yes

access.ini
Code:
;; ruTorrent permissions.
;; All flags are assumed to be "yes" by default.

[settings]
showDownloadsPage = no
showConnectionPage = no
showBittorentPage = no
showAdvancedPage = no

[tabs]
showPluginsTab = no

[statusbar]
canChangeULRate = no
canChangeDLRate = no

[dialogs]
canChangeTorrentProperties = yes
thanks for all ur help, both of you

Regards..