HI,
I have a problem with cake php built in auth - i cannot log in ...
1)user is added through app control pannel and hashed using $this->auth->password('xxx') - i've checked it's corrent in db
2)security salt is not emtpy
3) in action User/Login data['User']['password'] is empty, but in beforefilter() it is not empty.Main thing is its working on some machine.
4) db has table users with fields username and password and other fields.
After i'm trying to login a blank screen appears before me.