• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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