aboutsummaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/actions/login.php b/actions/login.php
index 86160bb00..3c6f5a647 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -8,9 +8,6 @@
* @link http://elgg.org/
*/
-// Safety first
-action_gatekeeper();
-
// Get username and password
$username = get_input('username');
$password = get_input("password");
@@ -65,4 +62,4 @@ if ($result) {
} else {
register_error(elgg_echo('loginerror'));
}
-} \ No newline at end of file
+}