diff options
author | ivan <ivan> | 2001-10-09 23:10:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-09 23:10:17 +0000 |
commit | 4bbf90e800406ff75a5fed09ba5cd71293cda542 (patch) | |
tree | fd0e96a0b2c0d47f6d3aa2181953341b7eecb254 /httemplate/docs/config.html | |
parent | 2e1ca65dcfcf6a8ef41a10e15e3d20200ffc871a (diff) |
add `unsuspendauto' config file: enable the automatic unsuspension of suspended
packages when a customer's balance due changes from positive to zero or
negative as the result of a payment or credit
add cust_pkg.manual_flag to disable this behaviour per customer package (no UI
to set this yet)
Diffstat (limited to 'httemplate/docs/config.html')
-rw-r--r-- | httemplate/docs/config.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/config.html b/httemplate/docs/config.html index 0cafc8280..63f6baba9 100644 --- a/httemplate/docs/config.html +++ b/httemplate/docs/config.html @@ -107,6 +107,7 @@ All further configuration files and directories are located in <li><a name="soaretry">soaretry</a> - SOA retry for new domains <li><a name="statedefault">statedefault</a> - Default state or province (if not supplied, the default is `CA') <li><a name="textradiusprepend">textradiusprepend</a> - <b>DEPRECIATED</b>, use RADIUS check attributes instead. This option will be removed soon. The contents of this file will be prepended to the first line of a user's RADIUS entry in text exports. + <li><a name="unsuspendauto">unsuspendauto</a> _ The existance of this file will enable the automatic unsuspension of suspended packages when a customer's balance due changes from positive to zero or negative as the result of a payment or credit. <li><a name="usernamemin">usernamemin</a> - Minimum username length (default 2); <li><a name="usernamemax">usernamemax</a> - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run) <li><a name="username-letter">username-letter</a> - The existance of this file will turn on the requirement that usernames contain at least one letter. |