From 8cd148bdb2be52b16cc4dc57a501f194c1ffb58b Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 4 Apr 2016 18:35:21 +0000 Subject: Add multi-domain support to htpasswd plugin. Each domain can now use its own htpasswd file. --- plugins/htpasswd/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins/htpasswd/README.md') diff --git a/plugins/htpasswd/README.md b/plugins/htpasswd/README.md index b7b8bcb..66f46ca 100644 --- a/plugins/htpasswd/README.md +++ b/plugins/htpasswd/README.md @@ -26,3 +26,12 @@ This configuration must be entered into plugin_conf in config.php: 'htpasswd_file' => '', 'plain' => FALSE, // optional ] + +Each domain can use a separate file, as in: + + 'plugin_conf' => [ + 'htpasswd_file' => [ + 'example.com' => '', + 'example.org' => '', + ] + ] -- cgit v1.1