Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Users docs cleanup (#373)
Browse files Browse the repository at this point in the history
* users docs cleanup

* dont need to run make server
  • Loading branch information
eastandwestwind authored Apr 8, 2022
1 parent 5daaa97 commit 3b3094c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/fidesops/docs/guides/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

We include some user-related endpoints for the Fidesops Admin UI. In this section, we'll cover:

- I need permissions to be able to create a user. So how do I create the first user?
- How do I create other users?
- How do I log in and log out?

- How to create the first user
- How to create other users?
- How to log in and log out?


## Creating the first user

To create the first user, run the following `make` command:
To create the first user:

`make user`
In the top-level `fidesops` directory, run `make user`.

After supplying a name and suitable password, this will create an Admin Root UI User that you can use to login and create other users.
Wait for a prompt to supply a username and password (password requires 8 or more characters, upper and lowercase chars, a number, and a symbol). This will create an Admin Root UI User that you can use to login and create other users.


## Logging in
Expand Down

0 comments on commit 3b3094c

Please sign in to comment.