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

@ -14,3 +14,7 @@ seeder.seed_staffing Rails.root.join("data", "staffing", "staffing.csv")
seeder.seed_staffing Rails.root.join("data", "staffing", "nj_staffing.csv")
seeder.seed_staffing Rails.root.join("data", "staffing", "wi_staffing.csv")
seeder.seed_esp_counts Rails.root.join("data", "staffing", "esp_counts.csv")
Sftp::File.open(filepath: "/ecp/district_credentials.csv") do |file|
seeder.seed_district_credentials file:
end