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