mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
add password back to bps
This commit is contained in:
parent
c557adab5a
commit
77a1dc1a3a
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