Nevermind that question: I forgot, that I had a beforeRender in the
Users controller, that didn't have the parent::beforeFilter()..
greetings,
harpax
On 7 Mai, 11:28, harpax wrote:
> Hello group,
>
> I got a (hopefully) small problem with the authentication component
> combined with the beforeF
Hello group,
I got a (hopefully) small problem with the authentication component
combined with the beforeFilter function in the appController. I use
the following code in app/appController.php:
--
class AppController extends Controller {
var $components = array('Auth');
function