Re: [SM-USERS] domain indication on logon page

2007-05-06 Thread kmnair
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)

Re: [SM-USERS] domain indication on logon page

2007-05-05 Thread Paul Lesniewski
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

Re: [SM-USERS] domain indication on logon page

2007-05-05 Thread kmnair
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

Re: [SM-USERS] domain indication on logon page

2007-05-05 Thread Paul Lesniewski
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

Re: [SM-USERS] domain indication on logon page

2007-05-04 Thread kmnair
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

Re: [SM-USERS] domain indication on logon page

2007-05-04 Thread Paul Lesniewski
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

[SM-USERS] domain indication on logon page

2007-05-04 Thread kmnair
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