X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_user.pm;h=44d3beec1c197f521d12a113b20dde465d2f78a5;hb=dba9a62fa32e07d4461e9c081201f69c0cda7015;hp=0eaab833ab93d3a7795b68a7ef06dbb8a2876841;hpb=44f17d3e7639e05931089d01d5b6eccaffe41fbf;p=freeside.git diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm index 0eaab833a..44d3beec1 100644 --- a/FS/FS/access_user.pm +++ b/FS/FS/access_user.pm @@ -40,17 +40,37 @@ inherits from FS::Record. The following fields are currently supported: =over 4 -=item usernum - primary key +=item usernum -=item username - +primary key -=item _password - +=item username -=item last - +=item _password -=item first - +=item _password_encoding -=item disabled - empty or 'Y' +Empty or bcrypt + +=item last + +Last name + +=item first + +First name + +=item user_custnum + +Master customer for this employee (for commissions) + +=item report_salesnum + +Default sales person for this employee (for reports) + +=item disabled + +Empty or 'Y' =back