Auth.pm now caches form submissions and resubmits them if a user logs back in
authortonnesen <tonnesen>
Tue, 9 Jul 2002 05:37:53 +0000 (05:37 +0000)
committertonnesen <tonnesen>
Tue, 9 Jul 2002 05:37:53 +0000 (05:37 +0000)
commit657685e1ac9b9a50a345a2fe2187a1a6b2c3cbc6
tree137f4c704863404fcf750f335238e29bf9d132ae
parentc03f94e45df02b1f4a67df0ea2b1fdaf33ffd1b4
Auth.pm now caches form submissions and resubmits them if a user logs back in
after being logged out for inactivity.  Also switched from crypt passwords to
md5 passwords stored in borrowers table.  Used Digest::MD5 module.  I ain't
gonna reinvent _that_ wheel.  :)
C4/Auth.pm