__section__ default __description__ A template with logic to return the various messages in users.pl, used by the subroutine getMessages in users.pl * value = the name of the data element to retrieve Each data element may have any number of other variables. __title__ __page__ users __lang__ en_US __name__ errors __template__ [% SWITCH value %] [% CASE 'note' %] [% FOREACH n = note %]
Your browser didn't save a cookie properly. This could mean you are behind a filter that
eliminates them, you are using a browser that doesn't support them, or you rejected it.
[% CASE 'mailpasswd_notmailed_err' %]
[% PROCESS titlebar width="95%" title="Nickname not found" %]
Nickname was not found. No Password was mailed.
[% CASE 'duplicate_user' %]
[% PROCESS titlebar width="95%" title="User already exists" %]
The nickname [% nick %] has already been taken. Please try another
choice
[% CASE 'checklist_err' %]
[% PROCESS titlebar width="95%" title="Too many options" %]
You selected too many options
[% CASE 'saveuser_passnomatch_err' %]
[% IF titlebar %]
[% PROCESS titlebar width="95%" title="Password fields don't match" %]
[% END %]
Passwords don't match. Password not changed.
[% CASE 'saveuser_passtooshort_err' %]
[% IF titlebar %]
[% PROCESS titlebar width="95%" title="Password too short" %]
[% END %]
Password is too short and was not changed.
[% CASE 'anon_validation_attempt' %]
[% PROCESS titlebar width="95%" title="Anonymous User validation attempt" %]
I'm sorry. Anonymous users have no accounts that need to be validated.
If you do have an account on [% constants.sitename %] that you would like
to re-register, then please log in as that user, first.
[% CASE 'emailexists_err' %]
Sorry, the email address "[% form.realemail | strip_literal %]" already
exists in our user database, or is invalid.
[% CASE 'sig_too_long_err' %]
Sorry, adding domain tags to your sig made it too long. Please try again,
using fewer links or shorter domain names.
[% CASE "filter message" %]
[% PROCESS titlebar width="95%" title="Content filter encountered for $item" %]
[% IF err_message %]
Reason: [% err_message %]
[% END %]
Saving [% item %] aborted.
[% CASE "compress filter" %]
[% PROCESS titlebar width="95%" title="Compression filter encountered" %]
Your [% item %] violated the "[% ratio %]" compression filter. Try less
whitespace and/or less repetition.
Saving [% item %] aborted.
[% CASE DEFAULT %]
-- MISSING USER MESSAGE SEGMENT -- [[% value %]] block not found.
[% END %]
__seclev__
10000