diff options
author | ivan <ivan> | 2004-04-05 14:06:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-05 14:06:20 +0000 |
commit | bc122901e14ee5b836ff75afc21a99fb9bbc4d54 (patch) | |
tree | bd98935b9222bcad81b4ca09fcdbc1d0aef580bb /FS | |
parent | faba205c6f9943df8af154f5c893640eb6cd00b5 (diff) |
add a domain pulldown to svc_acct linking, closes: Bug#277 / prevent "stealing" services with link unless you set legacy_link-steal config option, closes: Bug#321
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index df176e31d..5a6fa45c2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -941,6 +941,13 @@ httemplate/docs/config.html }, { + 'key' => 'legacy_link-steal', + 'section' => 'UI', + 'description' => 'Allow "stealing" an already-audited service from one customer (or package) to another using the link function.', + 'type' => 'checkbox', + }, + + { 'key' => 'queue_dangerous_controls', 'section' => 'UI', 'description' => 'Enable queue modification controls on account pages and for new jobs. Unless you are a developer working on new export code, you should probably leave this off to avoid causing provisioning problems.', |