__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 %]

[% n %]

[% END %] [% CASE 'userinfo_nicknf_err' %] [% PROCESS titlebar width="95%" title="Nickname not found" %] [% nick %] not found. [% CASE 'userinfo_idnf_err' %]
The [% fieldkey == 'uid' ? ' UID ' : ' nickname ' %] [% id %] could not be found. [% CASE 'saveuseradmin_notsaved' %] [% PROCESS titlebar width="95%" title="Unable to save" %] Unable to save [% field %] [% id %] Admin settings [% CASE 'bad_op' %] Hey! The opcode '[% op | strip_literal %]' is not a valid op! Quit messing around! [% CASE 'bad_saveparam' %] That user parameter is not valid. [% CASE 'saveuseradmin_notsaveduser' %] [% PROCESS titlebar width="95%" title="Unable to save" %] Unable to save [% field %] [% id %] User settings [% CASE 'saveuseradmin_uid_notnumeric' %] [% PROCESS titlebar width="95%" title="Unable to save" %] Unable to save [% field %] [% id %] : a uid must be all numeric [% CASE 'cookie_err' %] [% IF titlebar %] [% PROCESS titlebar width="95%" title="Cookie Error" %] [% END %]

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