• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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