1<?php
2/**
3 * Default settings for the passwordgenerator plugin
4 *
5 * @author An-dir <1.c-j@gmx.de>
6 */
7
8$conf['charset1']              = 'abcdefghijklmnopqrstuvwxyz';
9$conf['charset2']              = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
10$conf['charset3']              = '1234567890';
11$conf['charset4']              = '!"#$%&()*+-,./:;<>?@[]\^_{}';
12$conf['generator1Length']      = '';
13$conf['removeSelection'] = 1;
14