X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=9bee75f65141d7e63b15e4bc8865a2fad8d378ab;hb=a9997b03e204c6b81967c566fe7d6b4d1f5f67e8;hp=61cea79eda5bf5931cd8608cd5da374e94e7c1cc;hpb=06d42092410eeb14e723d762237a1638133253a3;p=freeside.git diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 61cea79ed..9bee75f65 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -29,7 +29,7 @@ tie my %options, 'Tie::IxHash', type =>'textarea', #default=>"$_password\n$_password\n", }, - 'usermod_pwonly' => { label=>'Disallow username changes', + 'usermod_pwonly' => { label=>'Disallow username, domain, uid, dir and RADIUS group changes', type =>'checkbox', }, 'suspend' => { label=>'Suspension command', @@ -89,8 +89,8 @@ The following variables are available for interpolation (prefixed with
  • $username
  • $domain
  • $_password -
  • $quoted_password - unencrypted password quoted for the shell -
  • $crypt_password - encrypted password (quoted for the shell) +
  • $quoted_password - unencrypted password, already quoted for the shell (do not add additional quotes) +
  • $crypt_password - encrypted password, already quoted for the shell (do not add additional quotes)
  • $uid
  • $gid
  • $finger - GECOS, already quoted for the shell (do not add additional quotes)