From 8a9d71ac697ffb6e42760e3b5c95bf606181d6c8 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 25 Jun 2014 01:22:01 +0200 Subject: [PATCH] add tmep password --- app/controllers/application_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a646672..f9d23a4 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,8 +1,10 @@ class ApplicationController < ActionController::Base protect_from_forgery before_filter :update_ip, :update_seen, :check_banned - # TODO: force_ssl + # TODO: use SSL + # TODO: remove again + http_basic_authenticate_with name: "redstone", password: "sheep_" helper :all include UsersHelper