<?php
/**
 * Default settings for the forceuserchange plugin
 *
 * @author Henry Pan <dokuwiki.plugin@phy25.com>
 */

$conf['groupname'] = 'pwchange';
$conf['grouprel'] = 'including';
$conf['allowsamepw'] = 1;
