RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Resolved Issues

For more information about the ads and why they're here, please see the FAQ
Closed Thread
  #1  
Old 05-25-2007, 05:03 PM
Registered User
 
Join Date: Aug 2006
Posts: 31
Downloads: 0
Uploads: 0
Default Turn on browser autocompletion on login page

Hallo,

is it possible to turn ON browser autocompletion on login page ?

Nico
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 05-25-2007, 05:48 PM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: Turn on browser autocompletion on login page

Not at this time, but you do something like that with a hack.
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 05-25-2007, 07:05 PM
Registered User
 
Join Date: Aug 2006
Posts: 31
Downloads: 0
Uploads: 0
Default Re: Turn on browser autocompletion on login page

Do you know, in which file this feature is implemented?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 05-25-2007, 07:45 PM
Registered User
 
Join Date: Aug 2006
Posts: 31
Downloads: 0
Uploads: 0
Default Re: Turn on browser autocompletion on login page

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'));
to
Code:
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'on'));
Nico
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 05:52 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community