]> git.koha-community.org Git - koha.git/commit
Bug 3674: reimplementation
authorconan (aka Fernando L. Canizo) <conan@lugmen.org.ar>
Tue, 26 Apr 2011 14:47:11 +0000 (11:47 -0300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 10 Jul 2011 18:36:05 +0000 (14:36 -0400)
commit3738e320a74dc0b33f052e03068de429a9026d0e
tree77077a1e27c8527aa7192d174159201e58473faa
parenta6c7d6e7a72831ef4789a8917f1e0555173e1ad3
Bug 3674: reimplementation

05eb43f5fc00889420e03845b5059d80bf1663ad reverted a previous
implementation of 3674.

3674 was encoding the password field when it was meant to be disabled
(password='!'), and then, in Auth.pm we were trying to compare an
encoded '!' with '!', which will never succeed.

This gets sure we encode only provided passwords and also includes an
auto generated login.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit c5b1c39b80a592a4d05fd969566fe8766c1448ae)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Members.pm