ECP-170 Remove login requirement for Trition. Switch to using predefined passwords stored in the database for district login.

This commit is contained in:
rebuilt 2025-06-11 13:54:56 -07:00
parent 72e38f5ee8
commit 2068758ae4
15 changed files with 146 additions and 16 deletions

View file

@ -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|