search for: _login_form

Displaying 2 results from an estimated 2 matches for "_login_form".

Did you mean: login_form
2006 Apr 22
2
Question about functional tests and log/test.log
...email = ''tmornini@bogus.com'' and > hashed_password = ''5d0527d81f6c2d901a0a2d889cb73f9499402626'' and > verified = ''t'') LIMIT 1 > Rendering layoutfalseactionlogin within layouts/application > Rendering user/login > Rendered user/_login_form (0.00581) > Completed in 0.03044 (32 reqs/sec) | Rendering: 0.01101 (36%) | DB: > 0.00777 (25%) | 200 OK [http://test.host/user/attempt_login? > user=emailtmornini%40bogus.compasswordbogus] > Processing UserController#attempt_login (for 0.0.0.0 at 2006-04-22 > 02:38:08) [POST]...
2006 Mar 24
2
ajax redirection
Hi, Is there a simple way to redirect towards another page (controller, action) when using form_remote_tag ? I used it tipically to check fields of a account login form. I''d like if the user exists, he''s redirected towards another page, otherwise I display some error div''s. Any ideas ? Thanks a lot. Seb