[Koha-bugs] [Bug 9611] Changing the password hashing algorithm from MD5 to more secure Bcrypt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 16 20:17:32 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9611

--- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> ---
Comment on attachment 15311
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15311
Bug 9611 - Changing the hashing algorithm from MD5 to Bcrypt

Review of attachment 15311:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9611&attachment=15311)
-----------------------------------------------------------------

::: C4/Members.pm
@@ -1406,5 @@
> -    my $number_rows = $sth->fetchrow;
> -    return $number_rows;
> -
> -}
> -

Srikanth, why did you remove this as part of this patch? Are you sure nothing
else is using it, if so you should document why you removed it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list