Bugzilla – Attachment 21628 Details for
Bug 9611
Changing the password hashing algorithm from MD5 to more secure Bcrypt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9611 - followup to fix POD
Bug-9611---followup-to-fix-POD.patch (text/plain), 1.06 KB, created by
Bernardo Gonzalez Kriegel
on 2013-09-30 02:56:32 UTC
(
hide
)
Description:
Bug 9611 - followup to fix POD
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-09-30 02:56:32 UTC
Size:
1.06 KB
patch
obsolete
>From b98caf35fd9d4b1147b3ee9dc8428cb3b584012e Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sat, 28 Sep 2013 20:45:04 -0300 >Subject: [PATCH] Bug 9611 - followup to fix POD > >Small patch to make koha-qa happy. >Fixes small POD error > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > C4/Auth.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 829f26a..8be42ca 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -1486,6 +1486,8 @@ sub hash_password { > use C4::Auth; > my $salt = C4::Auth::generate_salt($strength, $length); > >+=over >+ > =item strength > > For general password salting a C<$strength> of C<weak> is recommend, >@@ -1494,8 +1496,6 @@ For generating a server-salt a C<$strength> of C<strong> is recommended > 'strong' uses /dev/random which may block until sufficient entropy is acheived. > 'weak' uses /dev/urandom and is non-blocking. > >-=back >- > =item length > > C<$length> is a positive integer which specifies the desired length of the returned string >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9611
:
15311
|
15427
|
15428
|
15429
|
15505
|
15506
|
15507
|
15508
|
15509
|
15510
|
15514
|
15515
|
15516
|
15517
|
15518
|
15519
|
15520
|
15521
|
15522
|
17203
|
17204
|
20252
|
20253
|
20254
|
20255
|
20576
|
20577
|
20578
|
20621
|
20622
|
20623
|
20624
|
21614
|
21615
|
21621
|
21622
|
21623
|
21624
|
21625
|
21626
|
21627
|
21628
|
21767
|
21768
|
21769
|
21770
|
21771
|
21772
|
21775
|
21776
|
21777
|
21789
|
21790
|
21791
|
21792
|
21793
|
21794
|
21795
|
21796