• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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