cakephp2-php8/lib/Cake/Test
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
..
Case AuthComponent: Allow suppressing authError message 2013-06-17 09:33:59 +07:00
Fixture incorrect tab to space - whitespace coding standards 2013-06-09 21:01:01 +02:00
test_app duplicate line removed 2013-06-13 14:15:00 +02:00