remove password

This commit is contained in:
jomo
2014-06-24 00:09:48 +02:00
parent 2cd56f1ad8
commit 0f9baa23a6

View File

@@ -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