Update ReSeeD user management - Adjust path to config files (thank you @Lucas... authored by Nils Küster's avatar Nils Küster
Update ReSeeD user management - Adjust path to config files (thank you @Lucas for writing the instructions)
...@@ -126,13 +126,13 @@ $ docker exec -it reseed-training-web-1 /bin/bash # Example ...@@ -126,13 +126,13 @@ $ docker exec -it reseed-training-web-1 /bin/bash # Example
Your desired web container might differ from the example above. Your desired web container might differ from the example above.
##### Preparing the JSON file ##### Preparing the JSON file
Copy hyrax/seed/setup.json.template to hyrax/seed/users.json: Copy `seed/setup.json.template` to `seed/users.json`:
```bash ```bash
$ cp -a hyrax/seed/setup.json.template hyrax/seed/users.json $ cp -a seed/setup.json.template seed/users.json
``` ```
Now add the desired user attributes to the users.json file. Now add the desired user attributes to the users.json file.
Here's an example for an entry using an orcid- ID to authenticate: Here's an example for an entry using an orcid ID to authenticate:
```json ```json
{ {
"users": [ "users": [
... ...
......