1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00
mycorrhiza/help/en/whitelist.myco

17 lines
563 B
Plaintext
Raw Normal View History

# Whitelist
2021-07-24 19:44:01 +00:00
//This article is intended for wiki administrators.//
If you want to limit what people can authorize to your wiki, you may want to use the **whitelist**.
In `config.ini`, in the `[Authorization]` section, enable the white list in `UseWhiteList` and list all allowed usernames in the `WhiteList` field separated by comma:
```
...
[Authorization]
UseWhiteList = true
WhiteList = fish,pesce,рыба
...
```
Reload the wiki.
From now on, only these usernames can be used, ie you can only register and log in with these names. Others will be rejected.