Page 2 of 4
1 · 2 · 3 · 4

alex :: 03.01.2009 13:34:35
3. Also, need this line in the AppController.beforeFilter():
$this->Auth->autoRedirect = false;
lecterror :: 07.01.2009 03:33:24
Hi alex,

this article assumes you've read my previous articles on this topic, sorry I didn't mention that in this one.

Also, you can have beforeFilter() in your UsersController, you just need to call parent::beforeFilter() at the beginning (this will call AppController::beforeFilter()).

Nevertheless, I hope I've helped a bit :)

Cheers!
Paul Gardner :: 28.01.2009 03:26:11
I moved onto other things last time without getting this working so have came back to it today, but I can't download the source code. Is the code above fully inclusive?
lecterror :: 29.01.2009 10:25:47
Hi Paul,

Sorry about the download problem, there was a minor update which messed something up with the downloads (hint: MediaView).

The download should work now, feel free to contact me if you have any problems with the component.

Cheers!
bearking :: 01.02.2009 20:21:20
maybe RememberMe component is not a secure than below
http://ameblo.jp/k-yamamoto1986/entry-10176306526.html
pls check this source and merge to your component