mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Docs: webserver and read-only mode
This commit is contained in:
parent
4f39e69e9d
commit
8321d2e6fc
@ -1,5 +1,5 @@
|
|||||||
created: 20180630194006239
|
created: 20180630194006239
|
||||||
modified: 20180701174944267
|
modified: 20180904174030250
|
||||||
tags: WebServer
|
tags: WebServer
|
||||||
title: WebServer Authorization
|
title: WebServer Authorization
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -13,6 +13,17 @@ The available special tokens are:
|
|||||||
* ''(anon)'' - indicates all anonymous users
|
* ''(anon)'' - indicates all anonymous users
|
||||||
* ''(authenticated)'' - indicates all authenticated users
|
* ''(authenticated)'' - indicates all authenticated users
|
||||||
|
|
||||||
|
!! Read-only Mode
|
||||||
|
|
||||||
|
Read-only mode is engaged when the current user is not authorized to write to the current wiki.
|
||||||
|
|
||||||
|
User interface features concerned with creating or editing content are disabled in read-only mode:
|
||||||
|
|
||||||
|
* ''clone'', ''delete'', ''new-here'' and ''new-journal-here'' tiddler toolbar buttons
|
||||||
|
* ''import'', ''manager'', ''new-tiddler'' ''new-image'' and ''new-journal'' page control buttons
|
||||||
|
|
||||||
|
The tiddler $:/status/IsReadOnly is set to `yes` when read-only mode is engaged.
|
||||||
|
|
||||||
!! Examples
|
!! Examples
|
||||||
|
|
||||||
These example use the [[credentials|WebServer Parameter: credentials]] parameter to specify the location of a file containing usernames and passwords.
|
These example use the [[credentials|WebServer Parameter: credentials]] parameter to specify the location of a file containing usernames and passwords.
|
||||||
|
Loading…
Reference in New Issue
Block a user