Re: Very strange behaviour of CAKEPHP on login

2011-09-16 Thread Jeremy Burns | Class Outfit
It's also a CSS problem, not a Cake problem! Jeremy Burns Class Outfit http://www.classoutfit.com On 16 Sep 2011, at 10:13, WebbedIT wrote: > On Sep 16, 9:03 am, Sivaramakrishnan S wrote: >> hi, >> I added [newly added book] tab for my app, still i need to display one more >> tab below this t

Re: Very strange behaviour of CAKEPHP on login

2011-09-16 Thread WebbedIT
On Sep 16, 9:03 am, Sivaramakrishnan S wrote: > hi, >  I added [newly added book] tab for my app, still i need to display one more > tab below this tab, that tab name is [Most popular book].i used the same css > for this tab also, but it's not working for me.it's tab is overlap to the > previous o

Re: Very strange behaviour of CAKEPHP on login

2011-09-16 Thread Sivaramakrishnan S
hi, I added [newly added book] tab for my app, still i need to display one more tab below this tab, that tab name is [Most popular book].i used the same css for this tab also, but it's not working for me.it's tab is overlap to the previous one, any one can help me to fix this Thanks in advance,

Re: Very strange behaviour of CAKEPHP on login

2011-09-15 Thread Teddy Zeenny
True about the password. It could also be that instead of $this->Auth->login($data) you should write $this->Auth->login($this->data) On Thu, Sep 15, 2011 at 5:48 PM, Janos Csikos wrote: > Hi, > > not sure, but it looks like for me if the password ($this->Auth- > >password('demo')) is already en

Re: Very strange behaviour of CAKEPHP on login

2011-09-15 Thread Janos Csikos
Hi, not sure, but it looks like for me if the password ($this->Auth- >password('demo')) is already encoded, and when it checks then encode it again. Is that true? Thanks, Janos On Thu, Sep 15, 2011 at 12:11 PM, byqsri wrote: > Hi > I have my CAKEPHP application ... I have create a demo user an

Very strange behaviour of CAKEPHP on login

2011-09-15 Thread byqsri
Hi I have my CAKEPHP application ... I have create a demo user and an action in users controller called "demo" to allow access like demo user: function demo { $this->Auth->logout(); $this->data[$this->Auth->fields['username']] = 'demo'; $this->data[$this->Auth->fields['pass