Koozali.org: home of the SME Server

IMP mail issue

Der_Rabe

IMP mail issue
« 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?

Offline Rigger

  • ****
  • 71
  • +0/-0
IMP mail issue
« Reply #1 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"

Guest

IMP mail issue
« Reply #2 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.

listner

default 'admin' showing when bringing up webmail
« Reply #3 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.