Skip to content

Commit 4e3e847

Browse files
committed
faq: update ToC
Signed-off-by: Mikaela Suomalainen <[email protected]>
1 parent c96077e commit 4e3e847

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/doc/help/faq.en-us.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Also see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}})
2828
* [What is Swagger?](#what-is-swagger)
2929
* [Adjusting your server for public/private use](#adjusting-your-server-for-public-private-use)
3030
* [Preventing spammers](#preventing-spammers)
31-
* [Only allow/block certain email domains](#only-allow-block-certain-email-domains)
31+
* [Only allow certain email domains](#only-allow-certain-email-domains)
32+
* [Only allow/block certain OpenID providers](#only-allow-block-certain-openid-providers)
3233
* [Issue only users](#issue-only-users)
3334
* [Enable Fail2ban](#enable-fail2ban)
3435
* [Adding custom themes](#how-to-add-use-custom-themes)
@@ -134,7 +135,7 @@ There are multiple things you can combine to prevent spammers.
134135
3. Settings `DISABLE_REGISTRATION` to `true` and creating new users via the [CLI]({{< relref "doc/usage/command-line.en-us.md" >}}), [API]({{< relref "doc/advanced/api-usage.en-us.md" >}}), or Gitea's Admin UI
135136

136137
### Only allow certain email domains
137-
You can configure `EMAIL_DOMAIN_WHITELIST` in your app.ini under `[service]`.
138+
You can configure `EMAIL_DOMAIN_WHITELIST` in your app.ini under `[service]`
138139

139140
## Only allow/block certain OpenID providers
140141
You can configure `WHITELISTED_URIS` or `BLACKLISTED_URIS` under `[openid]` in your `app.ini`

0 commit comments

Comments
 (0)