cakephp2-php8/lib/Cake/Controller/Component/Auth
mark_story 3de72baeb1 Remove int cast from authentication adapters.
Forcing an int cast makes using the contain option difficult as you are
also required to manually set the recursive option. Omitting the
cast allows recursive to be set to null.

Fixes #3347
2012-11-06 20:27:28 -05:00
..
ActionsAuthorize.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BaseAuthenticate.php Remove int cast from authentication adapters. 2012-11-06 20:27:28 -05:00
BaseAuthorize.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
BasicAuthenticate.php Fixing default value of contain 2012-04-04 19:06:54 -07:00
ControllerAuthorize.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
CrudAuthorize.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
DigestAuthenticate.php Remove int cast from authentication adapters. 2012-11-06 20:27:28 -05:00
FormAuthenticate.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00