Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c9673a9d59bebebfd0f869c396d9a536 > files > 4

horde-gollem-1.0.4-4mdv2010.0.noarch.rpm

<?php
/**
 * Gollem Credentials File
 *
 * This file contains the credentials that Gollem understands and
 * might have to pass to a VFS backend. It may be safely edited by
 * hand. Use credentials.php.dist as a reference.
 *
 * General configuration is in 'conf.php'.
 * File stores are defined in 'backends.php'.
 * Default user preferences are defined in 'prefs.php'.
 *
 * $Horde: gollem/config/credentials.php.dist,v 1.3 2003/02/22 17:13:23 chuck Exp $
 */

$credentials['username'] = array(
    'type' => 'text',
    'desc' => _("Username")
);

$credentials['password'] = array(
    'type' => 'password',
    'desc' => _("Password")
);

$credentials['email'] = array(
    'type' => 'email',
    'desc' => _("Email")
);