summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-01-09 21:10:56 +0000
committerivan <ivan>2004-01-09 21:10:56 +0000
commite68e85f88922d6678a9c6fc1a7624065e38b7361 (patch)
tree53ba2913486af8ef429a0624f06304df5bdcda65 /FS/FS/Conf.pm
parent89e8639b36b1b0fd474143c53d1664842405c29c (diff)
adding system_usernames config value
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b391fe4..2404e59 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1151,6 +1151,12 @@ httemplate/docs/config.html
'type' => 'checkbox',
},
+ {
+ 'key' => 'system_usernames'
+ 'section' => 'username',
+ 'description' => 'A list of system usernames that cannot be edited or removed, one per line. Use a bare username to prohibit modification/deletion of the username in any domain, or username@domain to prohibit modification/deletetion of a specific username and domain.',
+ 'type' => 'textarea',
+ },
);
1;