Improve authentication comments in template linkcheckerrc

This commit is contained in:
Chris Mayo 2020-06-23 17:28:31 +01:00
parent 2f51a9dca0
commit a972150854

View file

@ -212,15 +212,17 @@
# ^https?://www\.example\.com/~calvin/ calvin mypass
# ^ftp://www\.example\.com/secret/ calvin
# if the website requires a login the URL and optionally the user and
# password CGI fieldnames can be provided.
# if the website requires a login via a page with an HTML form the URL of the
# page and optionally the username and password input element name attributes
# can be provided.
#loginurl=http://www.example.com/
# The name of the user and password CGI field
# The name attributes of the username and password HTML input elements
#loginuserfield=login
#loginpasswordfield=password
# Optionally any additional CGI name/value pairs. Note that the default
# values are submitted automatically.
# Optionally the name attributes of any additional input elements and the values
# to populate them with. Note that these are submitted without checking
# whether matching input elements exist in the HTML form.
#loginextrafields=
# name1:value1
# name 2:value 2