Skip to content

Commit f81a8ae

Browse files
authored
change of basic default fallback pw (#575)
1 parent 838d077 commit f81a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def authenticate_if_needed
5656
return true if Rails.env.test?
5757
if (is_hidden || is_staging) && !is_api_or_pdf
5858
authenticate_or_request_with_http_basic do |username, password|
59-
username == ENV.fetch("HYKU_DEMO_USER", "samvera") && password == ENV.fetch("HYKU_DEMO_PASSWORD", "hyku")
59+
username == ENV.fetch("HYKU_DEMO_USER", "bl_demo_user") && password == ENV.fetch("HYKU_DEMO_PASSWORD", "resu_omed_lb")
6060
end
6161
end
6262
end

0 commit comments

Comments
 (0)