aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2013-03-10 11:47:05 -0400
committerCash Costello <cash.costello@gmail.com>2013-03-10 11:47:05 -0400
commit473b5065a21544c6d66dd82e024d4f1f0d58ff87 (patch)
tree3f5f913a4ca069eb3eb8919be6b04fac2dcd5690
parent1fe6a8ce3120dc063a536c0ea41cfc798432d02f (diff)
downloadelgg-473b5065a21544c6d66dd82e024d4f1f0d58ff87.tar.gz
elgg-473b5065a21544c6d66dd82e024d4f1f0d58ff87.tar.bz2
require token for login
-rw-r--r--engine/lib/actions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index ac6325813..f78ca63df 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -65,12 +65,11 @@ function action($action, $forwarder = "") {
// @todo REMOVE THESE ONCE #1509 IS IN PLACE.
// Allow users to disable plugins without a token in order to
// remove plugins that are incompatible.
- // Login and logout are for convenience.
+ // Logout for convenience.
// file/download (see #2010)
$exceptions = array(
'admin/plugins/disable',
'logout',
- 'login',
'file/download',
);