Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
Removed 'Added form timeout to login form - protection against CSRF' …
Browse files Browse the repository at this point in the history
…as caused login tests to fail, needs more investigation
  • Loading branch information
eddiejaoude committed Feb 24, 2012
1 parent 4da91d3 commit bbe62ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/auth/forms/Login.php
Expand Up @@ -59,7 +59,7 @@ public function init()
$submit = new Zend_Form_Element_Submit('login');

# Create
$this->addElements(array($email, $password, $hash, $submit));
$this->addElements(array($email, $password, $submit));
}
}

0 comments on commit bbe62ed

Please sign in to comment.