From 96623c3c471fda6935bd57efeaa0ad484285b74b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Jan 2015 14:38:29 -0800 Subject: [PATCH] doc --- FS/FS/access_user.pm | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) 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 -- 2.11.0