|
|
@@ -61,7 +61,7 @@ class FormAuthenticate extends BaseAuthenticate {
|
|
|
/**
|
|
|
* 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.
|