From a86fc915fa7d9b9bd08a49fc51ccd3e4437b6c9b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 6 Aug 2014 17:52:05 +0100 Subject: [PATCH] Document use of multiple user-access records. --- doc/mkws-manual.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 8b907a8..8aa2d69 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -413,9 +413,12 @@ usual one. To arrange for this, set the username and password as a single string separated by a slash -- e.g. "mike/swordfish" -- into the User Access record's Authentication field. -You can create multiple User Access records: for example, one that -uses Referring URL, and another that uses a username/password pair to -be used when running an application from a different URL. +You can set multiple fields into a single User Access record; or +create multiple User Access records. For example, a single User Access +record can specify both a Referring URL a username/password pair that +can be used when running an application from a different URL. But if +multiple Referring URLs are needed, then each must be specified in its +own User Access record. ### Tell the application to use the library -- 1.7.10.4