This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

WebServer Parameter: credentials

 2nd July 2018 at 3:44pm

The web server configuration parameter credentials contains the pathname of a CSV file containing a list of username/password combinations. Using the credentials parameter activates WebServer Basic Authentication.

The CSV file must contain a header row and columns labelled username and password. For example:

username,password
jane,do3
andy,sm1th
roger,m00re

Notes:

  • The optional username/password parameters may be used to provide an additional single set of credentials
  • The pathname is taken relative to the wiki folder
  • Passwords cannot contain the comma character ,
  • The header row must be present