Lock
This article is intended for wiki administrators.
Sometimes, you may want to let only authorized users to view your wiki. This is when lock comes in handy.
Enabling
In config.ini
, set Locked
to true
to enable. UseAuth
must also be true
.
...
[Authorization]
UseAuth = true
Locked = true
...
Restart your wiki.
Usage
When unauthorized people visit your wiki, they will see something like this:
If they log in, they will be able to navigate the wiki. They are not able to register, though. Telegram authorization is supported.
Readers
You might want to add some users to the reader
group. Readers can log in even to locked wikis, but they cannot edit.