Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo in FormAuthenticate.php
  • Loading branch information
ravage84 committed Jun 30, 2013
1 parent 1d18a4f commit e84bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Controller/Component/Auth/FormAuthenticate.php
Expand Up @@ -61,7 +61,7 @@ protected function _checkFields(CakeRequest $request, $model, $fields) {
/**
* Authenticates the identity contained in a request. Will use the `settings.userModel`, and `settings.fields`
* to find POST data that is used to find a matching record in the `settings.userModel`. Will return false if
* there is no post data, either username or password is missing, of if the scope conditions have not been met.
* there is no post data, either username or password is missing, or if the scope conditions have not been met.
*
* @param CakeRequest $request The request that contains login information.
* @param CakeResponse $response Unused response object.
Expand Down

0 comments on commit e84bf65

Please sign in to comment.