Hi,

I searched "UserEngine Infinite Loop" thread and it didn't solve my 
problem.

I installed LoginEngine only, and everytime I try to login, it will 
redirect to /user/login.

Here is rail's developement log:
Processing UserController#login (for 127.0.0.1 at 2006-04-12 09:22:28) 
[POST]
  Session ID: 6f7af19de1b302fc18ebfd95293d3d40
  Parameters: {"user"=>{"login"=>"liang", "password"=>""}, 
"commit"=>"Login", "action"=>"login", "controller"=>"user"}
  User Columns (0.010000)   SHOW FIELDS FROM 
users
  User Load (0.010000)   SELECT * FROM users WHERE 
(login = 'liang' AND verified = 1 AND deleted = 0) LIMIT 1
Rendering user/login
Completed in 0.02000 (50 reqs/sec) | Rendering: 0.00000 (0%) | DB: 
0.02000 (100%) | 200 OK [http://localhost/user/login]

I can create user via "register for an account" and I saw it in mysql 
database, but after creat the user, it will redirect to /user/login as 
well.

I think I carefully followed http://api.rails-engines.org/login_engine/ 
to install but I am really new to Rails....

thx

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to