Issue 6 in vuser: UserEntry.pm : add parameter hashFunctionName

2 views
Skip to first unread message

codesite...@google.com

unread,
Sep 2, 2009, 8:09:49 AM9/2/09
to vuser...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 6 by lpenou: UserEntry.pm : add parameter hashFunctionName
http://code.google.com/p/vuser/issues/detail?id=6


The parameter hashFunctionName is used in V2_0.pm but do not exists in
UserEntry.pm

line 17 :
my ($user, $password, $family_name, $given_name, $quota, $email,
$isSuspended, $changePasswordAtNextLogin);

should be modified in :
my ($user, $password, $family_name, $given_name, $quota, $email,
$isSuspended, $changePasswordAtNextLogin, $hashFunctionName);

line 40 :
'changePasswordAtNextLogin' => $changePasswordAtNextLogin

should be modified in :
'changePasswordAtNextLogin' => $changePasswordAtNextLogin,
'hashFunctionName' => $hashFunctionName


Attached file should work

Attachments:
UserEntry.pm 3.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages