Turning off Guest Authentication?
Ahmed
ashihab@alcahest.com
Wed, 14 Nov 2001 18:53:32 +0000
Hi,
I maybe jumping the gun here, but...
Is it possible to turn off guest login for Chora?
I don't seem able to do so. All other applications (IMP, NAG, TURBA) respect
the guest => false setting, but chora does not.
horde registery entry:
$this->applications['chora'] = array(
'fileroot' => dirname(__FILE__) . '/../chora',
'webroot' => '/horde/chora',
'icon' => '/horde/chora/graphics/chora.gif',
'name' => _("CVS"),
'allow_guests' => false,
'show' => true
);
I have the latest CVS (14.11.01 16.00GMT) and I use IMAP authentication.
Thanks in advance.
Ahmed...