• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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