Password Forget plugin for SquirrelMail
=======================================
Version 2.1, 12/09/2004


Original author: Tyler Akins
Current Maintainer: Paul Lesneiwski <pdontthink@angrynerds.com>


Description
===========

Many modern web browsers enable the user to have the browser keep track of
all usernames and passwords used.  Used with an evil intent, a person
could turn on this feature, walk away from a public-access computer, and
come back later after people have checked their mail.  By simply typing a
letter or two of the username, the username will pop up.  When the username
pops up, the password will get filled in.  The evil person could do whatever
they wanted with the victim's mail account.

This plugin tries to help avoid that nasty situation by forcing SquirrelMail
to use randomly named user and passwod fields.

The admin may, if desired, specify a list of "known clients" for 
which this functionality will be disabled.



Help Requests
=============

Help requests are welcome at my personal email address, but I
request that you first post to the SquirrelMail Plugins mailing
list, where you'll get faster help from more people and other
people with the same problem will be able to see how your issue
was resolved.  If you don't get good answers that way, you may
try emailing me directly.

Info about the SquirrelMail Plugins mailing list can be found
on the SquirrelMail web site.  It is currently located at:

http://lists.sourceforge.net/mailman/listinfo/squirrelmail-plugins
squirrelmail-plugins@lists.sourceforge.net



Change Log
==========

  v2.1  12/09/04  Paul Lesneiwski <pdontthink@angrynerds.com>
   * Added ability to turn plugin off for certain known clients
   * Updated for compatibility with plugin updates plugin/plugin specs

1.3 -> 2.0
  * Updated for compatibility with SquirrelMail version 1.4
  * New setup.php format for better overall SquirrelMail performance
  
1.2 -> 1.3
  * Register_globals = Off compatible (and compatible with vlogin plugin)
  * Compatible with "plugin updates" plugin
  
1.1 -> 1.2
  * Works with changes to login form
  
1.0 -> 1.1
  * Works now with the focus_change plugin

