1<?php
2/**
3 * Default settings for the forceuserchange plugin
4 *
5 * @author Henry Pan <dokuwiki.plugin@phy25.com>
6 */
7
8$conf['groupname'] = 'pwchange';
9$conf['grouprel'] = 'including';
10$conf['allowsamepw'] = 1;
11