cakephp2-php8/lib/Cake/Test/Case/Controller/Component
Rachman Chavik 0d486bdab4 AuthComponent: Allow suppressing authError message
When unauthenticated users accesses protected areas, they are greeted
with the default 'You are not allowed to access that location' which is
not desired in some cases.

This patch allows applications to suppress this message by setting
AuthComponent::authError to false bypassing the call to
SessionComponent::setFlash() altogether.

Refs: https://github.com/croogo/croogo/pull/175#discussion_r4714240
2013-06-17 09:33:59 +07:00
..
Acl more whitespace coding standard corrections 2013-06-09 17:39:48 +02:00
Auth Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30
AclComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AuthComponentTest.php AuthComponent: Allow suppressing authError message 2013-06-17 09:33:59 +07:00
CookieComponentTest.php Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
EmailComponentTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
PaginatorComponentTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
RequestHandlerComponentTest.php more whitespace coding standard corrections 2013-06-09 17:39:48 +02:00
SecurityComponentTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
SessionComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00