![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hallo,
is it possible to turn ON browser autocompletion on login page ? Nico |
|
#2
|
|||
|
|||
|
Not at this time, but you do something like that with a hack.
|
|
#3
|
|||
|
|||
|
Do you know, in which file this feature is implemented?
|
|
#4
|
|||
|
|||
|
Found it.
Change line 1444 in program/include/main.inc from Code:
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'off'));
Code:
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'on'));
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |