comparison mod_candy/README.markdown @ 1920:4310a104c498

mod_candy/README: Describe how it decides login method
author Kim Alvefur <zash@zash.se>
date Thu, 22 Oct 2015 15:55:43 +0200
parents f61798ecaf77
children 20ee32f620b9
comparison
equal deleted inserted replaced
1919:f61798ecaf77 1920:4310a104c498
13 13
14 [Install][doc:installing\_modules] and [enable][doc:modules\_enabled] 14 [Install][doc:installing\_modules] and [enable][doc:modules\_enabled]
15 the module just like any other. Note the included HTML file in the 15 the module just like any other. Note the included HTML file in the
16 www\_files directory, this directory needs to be in the same place as 16 www\_files directory, this directory needs to be in the same place as
17 the module. 17 the module.
18
19 mod\_candy will automatically configure Candy for username and password
20 or anonymous login depending on the `authentication` option on the
21 current VirtualHost.
18 22
19 You then need to download Candy and unpack it into the www\_files 23 You then need to download Candy and unpack it into the www\_files
20 directory, for example with curl: 24 directory, for example with curl:
21 25
22 cd www_files 26 cd www_files