Skip to content

Commit

Permalink
Adding instruction to service admin (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj authored Dec 19, 2024
1 parent 6b2ef66 commit 9603d6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions service-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ The following environment variables will need to be set:
Run the proxy using the instructions in [the README](./proxy/README.md).

You will be able to access the admin service at http://localhost:5000

### Adding New users to the Admin Portal

If you need to add a new user to the admin portal, this will need to be done within org-infra.

Within `services/use-a-lasting-power-of-attorney/cognito_use_pool` find the locals block which contains the `ual_admin_team_members` list.
Then add the new users email address to this list.

The user will recieve an email with their username and a tempoary password. Which will need to be reset upon first login.

0 comments on commit 9603d6e

Please sign in to comment.