[horde] horde plugins
Vilius Šumskas
vilius at lnk.lt
Sat Oct 6 20:28:24 UTC 2007
Sveiki,
> but i cant find how to change the password when i log in. Do you know
> what am I doing wrong?
I don't use bundled versions of Horde but you should see Password module in the left menu.
If you don't see it ensure that parent menu element exist. You your
case My Account. If not, just comment out it like this.
$this->>applications['passwd'] = array (
'fileroot' => dirname(__FILE__) . '/../passwd',
'webroot'=> $this->applications['horde']['webroot'] . '/passwd',
'name' => _("Password"),
'status' => 'active',
// 'menu_parent' => 'myaccount'
);
--
Best regards,
Vilius
More information about the horde
mailing list