• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Finding or setting a Horde admin User

H

hazzah

Guest
I have plesk 7.5.4 running on my linux hosting box. Horde works with no problem. However, I would like to access a horde admin user. However, I have no idea how to access this or to set a user as admin.

It seems to be a little of a chicken and the egg situation. With a clean horde installation you can set an admin user. But plesk does everything for you accept tell you what the admin user is.

So how do I find or set a horde admin user witht he standard plesk installation?

Regards, Pieter
 
Go to /etc/psa-horde/horde/conf.php

and edit the line:
Code:
$conf['auth']['admins'] = array();

Put your username in the array (like : array('username'); ) and you are the admin.

Don't know exactly how this works on virtual hosting accounts.
 
Back
Top