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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,14 +229,14 @@ You can generate an example programme by seeding the database with `rails db:see
229
229
230
230
#### Adding a test user
231
231
232
-
You can add a new user to an environment using the `users:create`[rake task](docs/rake-tasks.md#userscreateemailpasswordgiven_namefamily_nameorganisation_ods_code):
232
+
You can add a new user to an environment using the `users:create`[rake task](docs/rake-tasks.md#userscreateemailpasswordgiven_namefamily_nameteam_ods_code):
233
233
234
234
```shell
235
235
236
236
# With no arguments, it will prompt you for all the information it needs:
237
237
rails users:create
238
238
239
-
# Or, create a user belonging to the organisation with ODS code 'R1L' (this is created in db/seeds.rb):
239
+
# Or, create a user belonging to the team with ODS code 'R1L' (this is created in db/seeds.rb):
# Note that on some Mac machines, this syntax can throw an error saying something like 'zsh: bad pattern', in which case you may need to remove the single quotes and escape the square brackets:
@@ -279,7 +279,7 @@ because it's easier to work offline without it.
279
279
280
280
GOV.UK Notify can store reply-to email addresses and use them when sending mail.
281
281
Once you've added the reply-to email in GOV.UK Notify, get the UUID and add it to
0 commit comments