Skip to content

Commit

Permalink
Fixes #139
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 6, 2014
1 parent c2ed0f6 commit 3518ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function postSignin()
// Declare the rules for the form validation
$rules = array(
'email' => 'required|email',
'password' => 'required|between:8,32',
'password' => 'required',
);

// Create a new validator instance from our validation rules
Expand Down

0 comments on commit 3518ab9

Please sign in to comment.