Re: Login Redirect not Redirecting

2008-10-30 Thread [EMAIL PROTECTED]
Try: e($form-create('User',array('action'='login'))); Possibly also: e($form-input('User.username')); e($form-input('User.password',array('type'='password'))); in case the first does not do the trick. I usually define Model.field even when it is not necessary. /Martin On Oct 30, 2:03 am,

Re: Login Redirect not Redirecting

2008-10-30 Thread thatsgreat2345
Thanks I totally didn't notice I was putting Users instead of User, it works great now thanks a ton! On Oct 30, 2:24 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Try: e($form-create('User',array('action'='login'))); Possibly also: e($form-input('User.username'));

Login Redirect not Redirecting

2008-10-29 Thread thatsgreat2345
I am having trouble with the redirect, I have manually inserted the username/password values, I have hashed the password with the correct security salt. However when I go to users/login and type in the username and password it does not redirect me to what I have specified in $loginRedirect it