You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Status
- Related to
RaspberryPiFoundation/editor-standalone#404
## What's changed?
Passwords from editor-standalone will be encrypted for security, this
decrypts them in editor-api
## Steps to perform after deploying to production
- Needs encryption key in terraform
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,13 @@ If needed manually the following task will create all projects:
71
71
72
72
`docker compose run --rm api rails projects:create_all`
73
73
74
-
For classroom management the following scenarios modelled by the tasks:
74
+
For CEfE the following scenarios are modelled by the tasks:
75
75
76
76
`docker compose run --rm api rails for_education:seed_an_unverified_school` - seeds an unverified school to test the onboarding flow
77
77
`docker compose run --rm api rails for_education:seed_a_verified_school` - seeds only a verified school
78
78
`docker compose run --rm api rails for_education:seed_a_school_with_lessons_and_students` - seeds a school with a class, two lessons, a project in each, and two students
79
79
80
-
To clear classroom management data the following cmd will remove the school associated with the `[email protected]` user, and associated school data:
80
+
To clear CEfE data the following cmd will remove the school associated with the `[email protected]` user, and associated school data:
0 commit comments