On 5/5/07, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
>
> 1) open src/login.php
>
> 2) find the line (about #68) that looks like:
> $loginname_value = (sqGetGlobalVar('loginname', $loginname) ?
> htmlspecialchars($loginname) : '');
>
> 3) AFTER that line, add this one:
> if (empty($loginname_value)
On 5/5/07, kmnair <[EMAIL PROTECTED]> wrote:
> On 5/5/07, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
>
> > If you must (it's never good design to impose things you needn't upon
> > your users), the easiest way is actually to supply the login screen
> > address as:
> >
> > http://example.org/webmail
On 5/5/07, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
> If you must (it's never good design to impose things you needn't upon
> your users), the easiest way is actually to supply the login screen
> address as:
>
> http://example.org/webmail/src/login.php?loginname=example.org
>
> Otherwise, either
On 5/4/07, kmnair <[EMAIL PROTECTED]> wrote:
> On 5/5/07, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
> > On 5/4/07, kmnair <[EMAIL PROTECTED]> wrote:
> > > Hello list,
> > >
> > > We are setting up an SM 1.4.9a implementation for a new domain. We
> > > would like to indicate the domain name also in
On 5/5/07, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
> On 5/4/07, kmnair <[EMAIL PROTECTED]> wrote:
> > Hello list,
> >
> > We are setting up an SM 1.4.9a implementation for a new domain. We
> > would like to indicate the domain name also in the login username box,
> > with the cursor showing up b
On 5/4/07, kmnair <[EMAIL PROTECTED]> wrote:
> Hello list,
>
> We are setting up an SM 1.4.9a implementation for a new domain. We
> would like to indicate the domain name also in the login username box,
> with the cursor showing up before it, so that users become familiar
> with the domain name an
Hello list,
We are setting up an SM 1.4.9a implementation for a new domain. We
would like to indicate the domain name also in the login username box,
with the cursor showing up before it, so that users become familiar
with the domain name and also entering the domain details become
unnecessary. I