remove password
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user