Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: koopmann on July 07, 2004, 11:58:30 AM
-
I can´t get acces to info about bug 0000056. I searched the forums for "webmail" and tried to folow the link: "Bug 0000056 : webmail login periodically changes to default as "admin"
bruce (2004/5/11 6:38:33)"
but i get the error: "ERROR: Access Denied.
[ Click here to proceed ]"
-
bug #000056 does not exist.
-
But the problem does and the reference to it did. In webmail I occasionally get the username “admin” at the login screen.
koopmann
-
Hi,
did you find a solution for that?
But the problem does and the reference to it did. In webmail I occasionally get the username “admin” at the login screen.
koopmann
-
Yes i did, I i used the advice below and it worked on 6.01.
Koopmann
scadax
Just popping in
Joined: 20 Jan 2004
Posts: 4
Location: Vancouver, BC
Posted: Mon Mar 29, 2004 3:35 pm Post subject: Webmail login name as admin on SME 6.01
--------------------------------------------------------------------------------
The following fix worked for me on SME V5.5, try it on your SME 6.01 and plese post the result:
Edit line 75 of file: /home/httpd/html/horde/imp/templates/login/login.inc
original:
<td align="left"><input type="text" tabindex="1" name="imapuser" value="<?= Horde::getFormData('imapuser', getenv('REMOTE_USER')) ?>" /></td>
edited:
<td align="left"><input type="text" tabindex="1" name="imapuser" /></td>
-
Hi!
I found the file and the references you state,
however before that we made a server reboot and everything was OK again.
So this makes me think that it is an Apache or some cache problem, and not necessarily an Horde fault, right?
-
No. I rebooted to and the problem was solved (I thought), but after a some time I again saw the “admin” at the login screen. After applying the changes mentioned above I never again saw “admin”. I think it is an error in the horde script.
Koopmann