Skip to content

Commit

Permalink
Merge pull request #1627 from RogerHaase/1596-comments
Browse files Browse the repository at this point in the history
fix wikiconfig.py instructions for setting up single user wiki #1596
  • Loading branch information
RogerHaase authored Feb 25, 2024
2 parents faad8f9 + a7b4127 commit 7bf8f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/moin/config/wikiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
registration_only_by_superuser = True
to:
registration_only_by_superuser = False
and change several lines containing:
dict(before='YOUR-SUPER-EDITOR:read,write,create,destroy,admin',
and change four lines containing:
before='YOUR-SUPER-EDITOR:read,write,create,destroy,admin',
to:
dict(before='All:read,write,create,destroy,admin',
before='All:read,write,create,destroy,admin',
and change:
edit_locking_policy = 'lock'
to:
Expand Down

0 comments on commit 7bf8f5d

Please sign in to comment.