- karma rfe: Limiting access to admin mode to set of ip's
This commit is contained in:
parent
2611279350
commit
899e9754b6
5 changed files with 36 additions and 3 deletions
|
|
@ -151,6 +151,11 @@
|
|||
|
||||
# "emailOverride" : "joe@example.com",
|
||||
|
||||
# By adding CIDR based subnets to the following array you can limit the
|
||||
# subnets by which users can turn admin mode on.
|
||||
|
||||
"adminModeSubnets" : [ ],
|
||||
|
||||
# List the authentication plug-ins you wish to be available on
|
||||
# this site.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue