mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
remove password from Boston
This commit is contained in:
parent
77a1dc1a3a
commit
b3895a4f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def authenticate(username, password)
|
def authenticate(username, password)
|
||||||
# return true if username == "boston"
|
return true if username == "boston"
|
||||||
authenticate_or_request_with_http_basic do |u, p|
|
authenticate_or_request_with_http_basic do |u, p|
|
||||||
u == username && p == password
|
u == username && p == password
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue