<?php
/**
 * Default settings for the usersettings plugin.
 */

$conf['show_mail']        = 1;     // show the Email column in the admin overview
$conf['show_grps']        = 1;     // show the Groups column in the admin overview
$conf['entries_per_page'] = 20;    // rows per page in the overview; 0 == show all
