Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Der_Rabe on April 29, 2004, 01:34:30 PM

Title: IMP mail issue
Post by: Der_Rabe on April 29, 2004, 01:34:30 PM
Everytime anyone goes to my webmail page the admin account is populated automatically in the username feild.  Can someone tell me how to make this feild blank again?
Title: IMP mail issue
Post by: Rigger on April 30, 2004, 06:52:31 AM
What version of SME are you using would help more but in the mean time check out this link. Depending on your version this fix may not work.


http://forums.contribs.org/index.php?topic=21547.msg85337#msg85337



Doug M.
"Rigger"
Title: IMP mail issue
Post by: Guest on May 04, 2004, 06:02:18 AM
This worked on a 5.5 and then 5.6 installation:
Quote
Re: Webmail defaults to "admin"
Author: Aavo Petrauts (aavo_AT_karu15.ee)
Date: 04-03-02 06:43

I am edited the row in the file:
/home/httpd/html/horde/imp/templates/login/login.inc

<td align="left"><input type="text" tabindex="1" name="imapuser" value="<?= Horde::getFormData('imapuser', getenv('REMOTE_USER')) ?>" /></td>

and just deleted
value="<?= Horde::getFormData('imapuser', getenv('REMOTE_USER')) ?>"

I am not see any reason, why it must be there.

6.01-01 does not exhibit this behaviour.
Title: default 'admin' showing when bringing up webmail
Post by: listner on September 04, 2004, 01:43:07 AM
I have the SME server 6.01 installed and have been playing with it a little bit.  It too, was showing the default user of 'admin' when first opening webmail.  However I was able to alter the php line as mentioned and use:  value=""

It seems to be working fine now.