ezUserManager v1.2 (10. jan 2005)
-------------------

ezUserManager homepage: http://php.reinsveien.com/ezUserManager/

SYSTEM REQIREMENTS
------------------
PHP4
MySQL
Access to give writting permission for the .htpasswd-file.


COPYRIGHT/LICENSE
------------------

Copyright 2004-2005 Sven-Ove Bjerkan. All rights reserved.

You are free to use this script for free i non-commercial use as long as you keep the "Powered By ezUserManager"-messages.

Use of this script by companies or on commercial web site requires a commercial
license. For commercial license details and costs, please visit: http://php.reinsveien.com/ezUserManager/commercial.php

This script may be edited/changed as long as you don't remove any copyright
statements and "Powered By ezUserManager" messages. By using this script you agree to
take full responsibility for it. Sven-Ove Bjerkan will take no responibility for any
damage caused.

Reselling or distributing this code without prior written consent is expressly
forbidden.

LANGUAGE FILES
--------------

Current languages included: English, Norwegian, French and German.
Please check our website for other language-packs which may have been added later.

If you want to translate ezUserManager to a language that hasn't been translated yet, please see the /lang-folder and you'll see what to do (en.lang.php and en.email.php).
All new translations that I approve and publish are "rewarded" with a commercial license (meaning you can remove the "Powered By ezUserManager" messages on your website) and you'll also get your name in the credits for the translation.

INSTALLATION
------------

1. Edit the ezusermanager_config.inc.php to fit your configuration and needs.
2. CHMOD the .htpasswd-file to 777 so that the script has writing-permission for it.
3. Create the table using ezUserManager.sql (remember to set table-name in it if you don't want to use "ezusermanager")
4. Add any extra field(s) you want in the table.
5. Add the form-field(s) in the ezUserManager_config.inc.php according to your table.
6. See the "ezusermanager_update.php"-file located in the members-folder (preferably place it in a folder protected by .htaccess) and edit "$ezUserManager_Path" at the top of the script.
   This file makes it possible for users to update their registered info.

Then you are ready to go! :)


REVISION HISTORY
----------------
1.2     -   10th January, 2005
        -   See changelog.txt for details

1.1     -   1th January, 2005
        -   See changelog.txt for details

1.0     -   14th December, 2004
        -   First release