이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WebServer Parameter: credentials

2018년 7월 2일 오후 3:44

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