Email Changer v1
================

Author	: Ritey
Date	: April 2006
WWW	: http://gocoding.com
Seditio	: v101


Description
-----------
This plugin will enable users to update their email addresses. This is done safely because it marks their accout as inactive and sends them an activation link.

Very similar to the registration process, with the difference being that the maingrp in their profile, is saved and restored on successfully validation.

This is similar to wot phpBB does when users change thier email address.


Installation:
-------------
Extract the folder 'emailchange' to the 'plugins' folder.

Put the {PLUGIN_EMAILCHANGE} tag in the users.profile.tpl file. This should be placed next to {USERS_PROFILE_EMAIL} tag.
It will give an URL output of:-  <a href=plug.php?e=emailchange>[Change My Email Address]</a>

Install The plugin as per normal plugins.


Usage:
------
When a user wishes to change their email address they can goto their profile and click the link next to their registered email address.

This will direct them to a page which asks them for their new email address (and confirmation).
It will also ask them for their current password. This is just an aditional security measure.

It won't let them change it, if the email is the same as any currently in the database (whether its theirs or not).

After this there account will be marked as inactive, their maingrp id saved, an email is then sent to the new address giving a link to reactive their account.

Once the email link has been followed, their account is removed from the inactive group and their main group restored.
