Bug 20370: Misleading comment for bcrypt - #encrypt it; Instead it should be #hash it
authorDavid Roberts <david@koha-ptfs.co.uk>
Mon, 13 Apr 2020 01:22:07 +0000 (01:22 +0000)
committerJoy Nelson <joy@bywatersolutions.com>
Tue, 5 May 2020 20:41:34 +0000 (20:41 +0000)
commit5576bf647dda24a4f7da56bf86656fe58f05b80d
treed5dfa9ee41a0c90e6c2d375798651978ceb16a98
parentcfd8e38fd8c01d0ab1dfd9e1b828b283b1dac64d
Bug 20370: Misleading comment for bcrypt - #encrypt it; Instead it should be #hash it

This patch changes the wording of the comment

To test:

1) Check the wording of Line 67 of Koha/AuthUtils.pm
2) Apply the patch
3) Check that the wording has changed from "Encrypt it" to "Hash it"

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Koha/AuthUtils.pm