From 8fdf940662349e4e96822926bf1e1668f654d112 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 8 Feb 2008 21:07:33 +0100 Subject: removed security token requirement for login This was discussed a while ago on the mailing list. We want to work cross-site logins keep working. darcs-hash:20080208200733-7ad00-a1f6164d65001586ec23311c07fe5c277bd62a82.gz --- inc/actions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inc/actions.php b/inc/actions.php index 9e5ec5041..83500475b 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -40,11 +40,7 @@ function act_dispatch(){ //login stuff if(in_array($ACT,array('login','logout'))){ - if(checkSecurityToken()){ $ACT = act_auth($ACT); - }else{ - $ACT = 'show'; - } } //check if user is asking to (un)subscribe a page -- cgit v1.2.3