saschaappel
Questions Asked
2 answers
$this->Auth->loginAction = 'members/login'; not works
Dear All
I try to change the default users/login to members/login.
I have aded the...
Answers
There no answers yet.
Comments
- Member since:
- December 30th, 2009
- Last active:
- 2009-12-30 18:31:12
- Questions asked:
- 1
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 1
$this->Auth->loginAction = 'members/login'; not works
Hi thanks But I found out the problem var $components = array('auth'); is case sensitivity var $components = array('Auth'); works, unbelievable...