From d21ede4df8b1066ff5a2a11d4753f55d1c40823d Mon Sep 17 00:00:00 2001 From: Christian Bläul Date: Sat, 17 Aug 2019 12:19:34 +0200 Subject: Documentation: improved 'Users and Privileges' section Signed-off-by: Christian Bläul --- docs/configuration-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration-config-file.md') diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md index 3dfb2335..39c5c204 100644 --- a/docs/configuration-config-file.md +++ b/docs/configuration-config-file.md @@ -91,7 +91,7 @@ these are rarely used for various reasons. | `allowAnonymous` | `true` or `false` | Set to allow anonymous usage (default is `true`). | | `allowAnonymousEdits` | `true` or `false` | If `allowAnonymous` is `true`: allow users to select `freely` permission, allowing guests to edit existing notes (default is `false`). | | `allowFreeURL` | `true` or `false` | Set to allow new note creation by accessing a nonexistent note URL. This is the behavior familiar from [Etherpad](https://github.com/ether/etherpad-lite). | -| `defaultPermission` | `freely`, `editable`, `limited`, `locked`, `protected` or `private` | Set notes default permission (only applied on signed users). | +| `defaultPermission` | `freely`, `editable`, `limited`, `locked`, `protected` or `private` | Set notes default permission (only applied on signed-in users). | | `sessionName` | `connect.sid` | Cookie session name. | | `sessionLife` | `14 * 24 * 60 * 60 * 1000` (14 days) | Cookie session life time in milliseconds. | | `sessionSecret` | `secret` | Cookie session secret. If none is set, one will randomly generated on each startup, meaning all your users will be logged out. | -- cgit v1.2.3