File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 26
26
ht_institution :
27
27
allowed_affiliations : Affiliations
28
28
domain : Domain
29
- emergency_contact : ETAS Contact
30
29
emergency_status : ETAS Status
31
30
enabled : Enabled for Login
32
31
entityID : Entity ID
Original file line number Diff line number Diff line change 26
26
ht_institution :
27
27
allowed_affiliations : 所属
28
28
domain : ドメイン
29
- emergency_contact : ETAS連絡先
30
29
emergency_status : ETAS所属
31
30
enabled : ログイン可能
32
31
entityID : エンティティID
Original file line number Diff line number Diff line change 107
107
t . text :allowed_affiliations
108
108
t . string :shib_authncontext_class
109
109
t . text :emergency_status
110
- t . string :emergency_contact
111
110
t . timestamp :last_update
112
111
end
113
112
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ def create_ht_institution(enabled)
93
93
allowed_affiliations : "^(alum|member)@" + domain ,
94
94
shib_authncontext_class : [ nil , Faker ::Internet . url ] . sample ,
95
95
emergency_status : [ nil , "^(faculty|staff|student)@" + domain ] . sample ,
96
- emergency_contact : Faker ::Internet . email ,
97
96
last_update : Faker ::Time . backward
98
97
)
99
98
UNIQUE_INST_IDS [ inst_id ] = true
You can’t perform that action at this time.
0 commit comments