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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 13 May 2020 22:13:29 +0000 (22:13 +0000)
commit02cccad3cf5f889f226f8cea4ed81f6ea00a6543
tree2328e65b5fdfdd56bb5fd309ab5b0e440dac4b03
parent064343336fc11e833397f14cc257e5eaf3e0c0f5
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>
(cherry picked from commit 5576bf647dda24a4f7da56bf86656fe58f05b80d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/AuthUtils.pm