From 16b10f9cddca05aa2c3f63a15238c983b873bf23 Mon Sep 17 00:00:00 2001 From: christopherm Date: Sun, 12 Nov 2006 05:34:09 +0000 Subject: creating a central Session::password_check which will allow for an upgrade from crypted passwords to md5. Fixing session timeout problem for first login. Removing some old cruft (set_cookie and more). Changing central db users_conf to remove dbconnect (which will now be generated) and to add crypted_password (which will eventually be removed). git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@520 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/login.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/login.pl b/bin/login.pl index a1f225d8..90de3d48 100755 --- a/bin/login.pl +++ b/bin/login.pl @@ -337,6 +337,7 @@ sub login { } } + Session::session_create($form); $form->redirect; } -- cgit v1.2.3