Opened 15 months ago
Closed 15 months ago
#1488352 closed Feature Patches (wontfix)
Improve login UX by splitting user and server info
| Reported by: | demos | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-beta |
| Component: | User Interface | Version: | 0.7.1 |
| Severity: | normal | Keywords: | login, ux |
| Cc: |
Description
Currently, login requires typing the full email address of a user even if, in most cases, the server to log to is the domain of the url.
On my server, I have several virtual hosts and roundcube is available for each of them so I patched it to autofill a server field in the form.
You can see it there : http://msg.c277.fr.
For some reasons, a textfield is better than a select one : It doesn't show the list of the vhosts on the server and preserves the ability to change the host for the admin.
I have really good feadback on this UX improvement so I hope my case will convince you.
Change History (1)
comment:1 Changed 15 months ago by alec
- Milestone set to 0.8-beta
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

You can just use username_domain option with $_SERVER variable. main.inc.php is just a PHP file, you can put code there.