mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07: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
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue