diff options
author | ivan <ivan> | 2003-09-05 08:17:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-05 08:17:37 +0000 |
commit | f0b9158954bbe18bf024ff067dac5071ee155f2b (patch) | |
tree | ad66900acc2ed7f43bbb867556dbef0cc8bcafd7 | |
parent | 300859d0d80b01dc64f4f1c934932db309c471b2 (diff) |
fix reference to obsolete shellcommands-useradd conf value (refer to exports instead)
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5f62cf86c..dd5e5b951 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -767,7 +767,7 @@ httemplate/docs/config.html { 'key' => 'username-ampersand', 'section' => 'username', - 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with <a href="#shellmachine-useradd">shellmachine-useradd</a> and other configuration options which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', + 'description' => 'Allow the ampersand character (&) in usernames. Be careful when using this option in conjunction with <a href="../browse/part_export.cgi">exports</a> which execute shell commands, as the ampersand will be interpreted by the shell if not quoted.', 'type' => 'checkbox', }, |