Skip to content

Commit

Permalink
/packages/doltlab/content: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Sep 13, 2024
1 parent a679fc8 commit 0d3383d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/doltlab/content/guides/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ To only permit whitelisted emails to create accounts on your DoltLab instance, e

```yaml
# installer_config.yaml
whitelist_all_user: false
whitelist_all_users: false
```
Save these changes, then rerun the [installer](../reference/installer.md) to regenerate DoltLab assets that will require explicit whitelisting of new user accounts.
Expand All @@ -347,7 +347,7 @@ Save these changes, then rerun the [installer](../reference/installer.md) to reg
./installer
```

Alternatively, run the [installer](../reference/installer.md) with `--white-list-all-users=false`, which disables automatically whitelisting all users.
Alternatively, run the [installer](../reference/installer.md) with `--whitelist-all-users=false`, which disables automatically whitelisting all users.

Next, once you've restarted you DoltLab instance with the regenerated [installer](../reference/installer.md) assets, to whitelist an email for account creation in your instance, you will need to insert their email address into the `email_whitelist_elements` table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ whitelist_all_users: true

See [prevent unauthorized user account creation](../../guides/basic.md#prevent-unauthorized-user-account-creation) for more information.

Command line equivalent [white-list-all-users](./cli.md#white-list-all-users).
Command line equivalent [whitelist-all-users](./cli.md#whitelist-all-users).

## use_env

Expand Down

0 comments on commit 0d3383d

Please sign in to comment.