File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66astro :
77 title : TeSS Space Community
88 host : space.mytess.training
9- user : curator
9+ user : astro_owner
1010
1111other :
1212 title : Other TeSS Community
1313 host : other.mytess.training
14- user : curator
14+ user : other_owner
Original file line number Diff line number Diff line change @@ -172,3 +172,15 @@ space_admin:
172172 email : ' plantboss@example.com'
173173 encrypted_password : <%= Devise::Encryptor.digest(User, 'plantsrule') %>
174174 confirmed_at : <%= Time.zone.now %>
175+
176+ astro_owner :
177+ username : ' astro_boss'
178+ email : ' astroboss@example.com'
179+ encrypted_password : <%= Devise::Encryptor.digest(User, 'spacerules') %>
180+ confirmed_at : <%= Time.zone.now %>
181+
182+ other_owner :
183+ username : ' other_boss'
184+ email : ' otherboss@example.com'
185+ encrypted_password : <%= Devise::Encryptor.digest(User, 'password') %>
186+ confirmed_at : <%= Time.zone.now %>
You can’t perform that action at this time.
0 commit comments