add password back to bps

pull/1/head
Jared Cosulich 6 years ago
parent c557adab5a
commit 77a1dc1a3a

@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
end
def authenticate(username, password)
return true if username == "boston"
# return true if username == "boston"
authenticate_or_request_with_http_basic do |u, p|
u == username && p == password
end

Loading…
Cancel
Save