Installing the Username
=======================

1) Start with untaring the file into the plugins directory.
   Here is a example for the 2.0 version of the username
   plugin.

  $ cd plugins
  $ tar -zxvf username-2.0-1.0.0.tar.gz

2) If desired, you can change the format of the welcome
   message that is displayed when the username is placed
   in the Message Of The Day.  You need to edit the variable
   $usernameMotdWelcomeMessage in the functions.php, right 
   at the top of the file.  There are further instructions
   in functions.php.

  $ vi username/functions.php

3) Then go to your config directory and run conf.pl.  Choose
   option 8 and move the plugin from the "Available Plugins"
   category to the "Installed Plugins" category.  Save and exit.

  $ cd ../config/
  $ ./conf.pl

4) Also, please verify that you have the "compatibility" plugin
   installed.

~
