mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
ECP-170 Remove login requirement for Trition. Switch to using predefined passwords stored in the database for district login.
This commit is contained in:
parent
72e38f5ee8
commit
2068758ae4
15 changed files with 146 additions and 16 deletions
|
|
@ -147,6 +147,10 @@ class Seeder
|
|||
EspLoader.load_data(filepath: esp_file)
|
||||
end
|
||||
|
||||
def seed_district_credentials(file:)
|
||||
CredentialsLoader.load_credentials(file:)
|
||||
end
|
||||
|
||||
private
|
||||
def value_from(pattern:, row:)
|
||||
matches = row.headers.select do |header|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue