Bug 20370: Misleading comment for bcrypt - #encrypt it; Instead it should be #hash it
commit81c141d41aef41d2dbdd50b1874f4964b83d6767
authorDavid Roberts <david@koha-ptfs.co.uk>
Mon, 13 Apr 2020 01:22:07 +0000 (13 01:22 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 07:35:24 +0000 (14 08:35 +0100)
tree2b8bcfcbfb85c98d2f57ff71f24735b366dd0bf5
parent967c781259ead4367b55cc37bf50938b1d7c984e
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>
Koha/AuthUtils.pm