From 4160cf0ab3d4b706f51edb2215a299333a87edf9 Mon Sep 17 00:00:00 2001 From: lukemelia Date: Fri, 8 Jun 2007 04:01:11 +0000 Subject: [PATCH] Applied James Kebinger's patch to remove the password from the logs emitted by LoginController. Closes #521. Thanks, James! git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@552 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/controllers/login_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tracks/app/controllers/login_controller.rb b/tracks/app/controllers/login_controller.rb index da55c577..e294065f 100644 --- a/tracks/app/controllers/login_controller.rb +++ b/tracks/app/controllers/login_controller.rb @@ -1,6 +1,7 @@ class LoginController < ApplicationController layout 'login' + filter_parameter_logging :user_password skip_before_filter :set_session_expiration skip_before_filter :login_required before_filter :get_current_user