diff --git a/packages/doltlab/content/guides/basic.md b/packages/doltlab/content/guides/basic.md index f8a92637..8d2db779 100644 --- a/packages/doltlab/content/guides/basic.md +++ b/packages/doltlab/content/guides/basic.md @@ -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. @@ -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. diff --git a/packages/doltlab/content/reference/installer/configuration-file.md b/packages/doltlab/content/reference/installer/configuration-file.md index 686de6c7..5fd00ca2 100644 --- a/packages/doltlab/content/reference/installer/configuration-file.md +++ b/packages/doltlab/content/reference/installer/configuration-file.md @@ -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