Basic grammar update to BasicAuthenticate docblock

This commit is contained in:
Bryan Crowe 2014-06-16 21:48:35 -04:00
parent 96df2c4b68
commit 1db10b4dd1

View file

@ -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