From 0f9baa23a66e00dd8cbd0f94e960ae10ce9db54a Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 24 Jun 2014 00:09:48 +0200 Subject: [PATCH] remove password --- app/controllers/application_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 945e3b7..a646672 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -3,8 +3,6 @@ class ApplicationController < ActionController::Base before_filter :update_ip, :update_seen, :check_banned # TODO: force_ssl - # TODO: remove this! - http_basic_authenticate_with name: "redstone", password: "sheep_" helper :all include UsersHelper