(Apart from us, of course.)
We need a drop-down list to select a domain on the login page, but *not* to change the IMAP server. So this would be separate from the option to choose an IMAP server, and by implication, a domain associated with it.
I have a patch to implement this, but it has no effect unless enabled in program/include/main.inc. I wondered if anyone else had implemented anything similar and would be willing to compare notes and/or swap patches.
Otherwise does anyone object to this being included in trunk?
-Martin _______________________________________________ List info: http://lists.roundcube.net/dev/
We need a drop-down list to select a domain on the login page, but
*not* to
change the IMAP server. So this would be separate from the option to
choose
an IMAP server, and by implication, a domain associated with it.
hello martin,
we solve this issue by having the user login with his full email address (e.g. r.bhatia@ipax.at).
of course the users are saved this way in the database and regular imap login does work the same way.
we find this solution quite convenient and it prevents ever growing select boxes with 100 domains in them ;)
cheers, raoul bhatia
Instead of writing the IMAP server in the drop down box, I put the domain.
Then in DNS each mail.domain.tld points to the same IMAP server.
I also use the full email address solution, but only as a backup.
This overall solution is good for a small amount of multiple domains.
Sam Bailey
Raoul Bhatia [IPAX] wrote:
We need a drop-down list to select a domain on the login page, but
*not* to
change the IMAP server. So this would be separate from the option to
choose
an IMAP server, and by implication, a domain associated with it.
hello martin,
we solve this issue by having the user login with his full email address (e.g. r.bhatia@ipax.at).
of course the users are saved this way in the database and regular imap login does work the same way.
we find this solution quite convenient and it prevents ever growing select boxes with 100 domains in them ;)
cheers, raoul bhatia
List info: http://lists.roundcube.net/dev/
Same here - the users just log in using the full mail address, which is much more straight forward then a dropdown.
Mike
Raoul Bhatia [IPAX] wrote:
We need a drop-down list to select a domain on the login page, but
*not* to
change the IMAP server. So this would be separate from the option to
choose
an IMAP server, and by implication, a domain associated with it.
hello martin,
we solve this issue by having the user login with his full email address (e.g. r.bhatia@ipax.at).
of course the users are saved this way in the database and regular imap login does work the same way.
we find this solution quite convenient and it prevents ever growing select boxes with 100 domains in them ;)
cheers, raoul bhatia
+1 :)
I am not really in favour of including this in roundcube.
dropdowns are not the greatest gui components anyway.
On 10/16/07, Michael Baierl mail@mbaierl.com wrote:
Same here - the users just log in using the full mail address, which is much more straight forward then a dropdown.
Mike
Raoul Bhatia [IPAX] wrote:
We need a drop-down list to select a domain on the login page, but
*not* to
change the IMAP server. So this would be separate from the option to
choose
an IMAP server, and by implication, a domain associated with it.
hello martin,
we solve this issue by having the user login with his full email address (e.g. r.bhatia@ipax.at).
of course the users are saved this way in the database and regular imap login does work the same way.
we find this solution quite convenient and it prevents ever growing select boxes with 100 domains in them ;)
cheers, raoul bhatia
List info: http://lists.roundcube.net/dev/
Raoul Bhatia [IPAX] wrote:
we solve this issue by having the user login with his full email address (e.g. r.bhatia@ipax.at).
On Tue, 16 Oct 2007 19:13:51 +0200, Michael Baierl mail@mbaierl.com wrote:
Same here - the users just log in using the full mail address, which is much more straight forward then a dropdown.
Ah for the simple life. :-)
We have 150000 mailboxes (give or take ten thousand) in 5 domains; all but about 20000 are in one domain.
Our RoundCube service replaced 3 previous webmail systems where users just used a bald username to log in. It's far simpler -- and less error prone -- for us to have a drop-down, than to get our users to change how they log in. (We have custom login pages for each domain, but in the event that the user gets their password wrong, or their session times out, we need to have the main login page work obviously.)
We tried having an "other domain" option on the drop-down, and had to take it off: for about half our users, their "email address" is something quite different from their "mailbox address", but the suggestion of "other domain" enticed them to enter the wrong one, and our call centre went nuts.
At some future stage we will figure out how to let them log in using their actual email address, but in the meantime this is what we need; in the interests of not forking the project for our internal use, we're opting to make this functionality available in the core product, but disabled unless you put the appropriate option in the main.conf.inc file.
-Martin _______________________________________________ List info: http://lists.roundcube.net/dev/