add tmep password
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
protect_from_forgery
|
protect_from_forgery
|
||||||
before_filter :update_ip, :update_seen, :check_banned
|
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
|
helper :all
|
||||||
include UsersHelper
|
include UsersHelper
|
||||||
|
|||||||
Reference in New Issue
Block a user