An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Menu
Installation
Configuration
Upgrade
User Guide
FAQ
Customization
Development
Examples
An Otter Wiki
Configuration
2208fb
Commit
2208fb
2026-08-30 13:35:11
Ralph Thesen
: Fix typo in the ATTACHMENT_ACCESS description
configuration.md
..
@@ 31,7 31,7 @@
|------------------|-----------------|----------------------------------------------|
| `READ_ACCESS` | `'ANONYMOUS'` | Read access to wiki pages and attachments |
| `WRITE_ACCESS` | `'REGISTERED'` | Write access to wiki pages |
-
| `ATTACHMENT_ACCESS` | `'APPROVED'` | Write acccess to attachments |
+
| `ATTACHMENT_ACCESS` | `'APPROVED'` | Write access to attachments |
| `DISABLE_REGISTRATION` | `False` | With `DISABLE_REGISTRATION=True` new users can not sign-up for a new account |
| `AUTO_APPROVAL` | `False` | With `AUTO_APPROVAL=True` users are approved on registration |
| `EMAIL_NEEDS_CONFIRMATION` | `True` | With `EMAIL_NEEDS_CONFIRMATION=True` users have to confirm their email address |
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9