remove login password

This commit is contained in:
jomo
2014-06-29 04:56:46 +02:00
parent 350da4ac3e
commit b8cd92c58f

View File

@@ -3,8 +3,6 @@ class ApplicationController < ActionController::Base
before_filter :update_ip, :update_seen, :check_banned
# TODO: use SSL
# TODO: remove again
http_basic_authenticate_with name: "redstone", password: "sheep_"
helper :all
include UsersHelper