othAuth Login Problem

2007-11-23 Thread jm
After giving up on the new CakePHP Auth component, I found othAuth. I followed the documentation on the Bakery site: http://bakery.cakephp.org/articles/view/othauth-0-5-documentation And I have it working just like it should. The only problem, every time a user logs in, a new record is created

Re: othAuth...login problem

2007-04-24 Thread CraZyLeGs
notice you have $this->set('auth_msg', $this->othAuth- >getMsg($auth_num)); and you don't print it in the view, it has some login hints for the user. like user/login incorrect etc.. On Apr 23, 7:07 pm, Stacey <[EMAIL PROTECTED]> wrote: > ok, i'm stupid. i am new to cake, and thought that othAuth

Re: othAuth...login problem

2007-04-23 Thread Stacey
ok, i'm stupid. i am new to cake, and thought that othAuth somehow handled the field validation. after reading some posts, i realized i need to do it myself. got it working...thanks. On Apr 23, 12:30 pm, Stacey <[EMAIL PROTECTED]> wrote: > hi all, > > cake version: v1.1.13.4450 > > i've been tryi

othAuth...login problem

2007-04-23 Thread Stacey
hi all, cake version: v1.1.13.4450 i've been trying to implement othAuth, and seem to be having a problem with login errors. it seems to be installed properly...if i login with the correct password, it lets me access the pages. but, it is not returning any errors if the login is incorrect or if