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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue