mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Basic grammar update to BasicAuthenticate docblock
This commit is contained in:
parent
96df2c4b68
commit
1db10b4dd1
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
|||
* by this authentication provider which triggers the login dialog in the browser/client.
|
||||
*
|
||||
* You may also want to use `$this->Auth->unauthorizedRedirect = false;`.
|
||||
* By default unauthorized user is redirected to the referrer URL or
|
||||
* AuthComponent::$loginAction or '/'. If unauthorizedRedirect is set to false a
|
||||
* ForbiddenException exception is thrown instead of redirecting.
|
||||
* By default, unauthorized users are redirected to the referrer URL,
|
||||
* `AuthComponent::$loginAction`, or '/'. If unauthorizedRedirect is set to
|
||||
* false, a ForbiddenException exception is thrown instead of redirecting.
|
||||
*
|
||||
* @package Cake.Controller.Component.Auth
|
||||
* @since 2.0
|
||||
|
|
Loading…
Reference in a new issue