Author Topic: autocomplete suggestion  (Read 4030 times)

Offline trig

  • Newbie
  • *
  • Posts: 2
autocomplete suggestion
« on: August 01, 2007, 06:37:28 AM »
Oh yeah,

The other thing I changed in my install was to turn autocomplete to on (again, in main.inc).

line 1446ish:
$input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'on'));

I suppose it can be argued that it's a security risk, but I think it's too handy to disable... especially for an e-mail system.

Perhaps it can be made into a config option?