Issue
I've got a problem after installing Horde Groupware on my Debian-System. The installation went well. Now I want to login as admin to finalize configuration but I don't get how to configure the admin account. I researched my problem and I found some answers so that I know that I have to adjust the config.php-file on this row:
$conf['auth']['admins'] = array();
But I still don't know which values I have to insert in the array. The Horde-Groupware-System is completely fresh installed. So there doesn't exist any Horde-User. When I interpret some answers correctly I have to insert my Debian-User in the Array but I don't get in which format? With domainname? With complete domain? With systemname? The Horde Documentation is there a little unspecific or I'm just dumb as hell. ;-) Maybe someone can help me and know what I have to insert. Thank's a lot.
Solution
Like this:
$conf['auth']['admins'] = array('[email protected]','[email protected]');
in config/conf.php
Answered By - user732418 Answer Checked By - Gilberto Lyons (WPSolving Admin)