__section__
default
__description__
Template displayed whenever a user performs a re-validation operation.
Depends on the following variables:
* form => passed in by default
* user => passed in by default
* constants => passed in by default
__title__
User Revalidation template.
__page__
users
__lang__
en_US
__name__
regResult
__template__
[% IF user.reg_id && user.reg_id == form.id %]
Thanks for Reregistering!
We're sorry about the bother, but each user who wants to post with an identity
must have a valid e-mail account registered with the system. Thanks for putting
up with the hassle.
We hope you will continue to enjoy [% constants.sitename %]!
[% ELSE %]
[% IF form.id && user.reg_id != form.id %]
ID Mismatch!
Sorry, but the re-registration data which you have provided is invalid, please
try again!
[% ELSE %]
Welcome, [% user.nickname %]!
[% END %]
In the entry field below, please enter the registration ID which should have
been emailed to the email address associated with your user account.
[% END %]
__seclev__
10000