mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
new response rate thresholds
This commit is contained in:
parent
4d942258e4
commit
fd9d2f4a13
6 changed files with 62 additions and 33 deletions
|
|
@ -10,6 +10,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def authenticate(username, password)
|
||||
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