mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 23:49:55 +00:00
Typo in FormAuthenticate.php
This commit is contained in:
parent
1d18a4f702
commit
e84bf65016
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class FormAuthenticate extends BaseAuthenticate {
|
||||||
/**
|
/**
|
||||||
* Authenticates the identity contained in a request. Will use the `settings.userModel`, and `settings.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
|
* 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 CakeRequest $request The request that contains login information.
|
||||||
* @param CakeResponse $response Unused response object.
|
* @param CakeResponse $response Unused response object.
|
||||||
|
|
Loading…
Add table
Reference in a new issue