# Apache AuthUserFile sample (See .htaccess)
#
# $Id: .htpasswd,v 1.3 2005/04/29 11:51:31 henoheno Exp $
# Copyright (C) 2005 PukiWiki Developers Team
# License: GPL v2 or (at your option) any later version
#
# NOTE:
#  * user:password
#  * Correct permission of this file 644(or 604)
#  * Prohibit direct access to this file (See .htaccess)
#  * You can use md5-plugin 'PHP/LDAP crypt' without
#    scheme-prefix, to generate password

## Sample: guest/guest(MD5 crypt), guest2/guest2(legacy crypt)
#guest:$1$diwHVvEW$0YKANlf0tAczUU01LygP/.
#guest2:0dHeae8zgzNFU
