Opened 3 years ago
Closed 3 years ago
#1486993 closed Feature Requests (fixed)
Allow pre-filled username filed in login form
| Reported by: | driehle | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.5-stable |
| Component: | Core functionality | Version: | 0.4-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I would like to see the ability, to pre-fill the username field in the Roundcube login form via a GET parameter. That would give me the possibility to force the user to enter his mail password while still giving him a bit more comfort when he clicks the "E-Mail" button in my application.
This can be archieved easily by editing line 1051 in program/include/rcube_template.php:
$table->add(null, $input_user->show(get_input_value('_user', RCUBE_INPUT_GPC)));
The RCUBE_INPUT_POST has been replaced by RCUBE_INPUT_GPC.
Change History (1)
comment:1 Changed 3 years ago by alec
- Milestone set to 0.5-stable
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Done in [1013bad3].