__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__ messages __template__ [% SWITCH value %] [% CASE 'note' %] [% FOREACH n = note %]

[% n %]

[% END %] [% CASE 'user_header' %] [% constants.sitename %] Users [% CASE 'userclose' %] you are now logged out. [% CASE 'newuser_msg' %] [% PROCESS titlebar title=title width="100%" %] email=[% form.email | strip_literal %]
user id=[% uid %]
nick=[% form.newusernick %]
passwd=mailed to [% form.email | strip_literal %]
[% IF suadmin_flag %]

Now you can edit the newly created user [% form.newusernick %], UID [% uid %]

[% ELSE %]

Once you receive your password, you can log in and set your account up [% END %] [% CASE 'mailpasswd_msg' %] Your new password is [% newpasswd %]. Your old password will still work until this password is used. Go to the URL below to log in: <[% constants.absolutedir %]/index.pl?op=userlogin&upasswd=[% newpasswd %]&unickname=[% tempnick %]&returnto%3D%2Fusers.pl%3Fop=changepasswd> Make sure you then CHANGE YOUR PASSWORD! Thanks. [% CASE 'userinfo_msg' %]

This is your User Info page. There are thousands more, but this one is yours. You most likely are not so interested in yourself, and probably would be more interested in the Preferences links you see up top there, where you can customize [% constants.sitename %], change your password, or just click pretty widgets to kill time. [% CASE 'tilded_customize_msg' %]

Look ma, I'm configurable! Important: If you leave these all unchecked, it means you want the default selection of boxes. If you start selecting boxes, remember to set all of them that you want because the default selection will be ignored. Default entries are bolded.

User Space (check 'user space' below and whatever you place here will appear your custom [% constants.sitename %])

[% CASE 'tilded_box_msg' %]

If you have reasonable suggestions for boxes that can be added here, or a problem with one of the boxes already here, email [% constants.siteadmin_name %].

The preferred format is the Netscape RDF format that is rapidly becoming the de facto format for exchanging headlines between sites.

[% CASE 'saveuser_email_msg' %] The user account [% nickname %] on [% constants.sitename %] had this email associated with it. A web user from [% env.remote_addr %] has just changed it to [% realemail | strip_literal %]. If this is not correct, if you did not request this change, please contact the site administrator immediately. [% constants.siteadmin_name %] [% constants.adminmail %] [% CASE 'saveuseradmin_saved' %] Saved [% field %] [% id %] Admin settings [% CASE 'saveuseradmin_saveduser' %] Saved [% field %] [% id %] User settings [% CASE 'dispform_new_msg_1' %] If your registration attempt is failing, it is most likely because you tried to register with a duplicate nickname, a duplicate email address, or an invalid email. You can try another below, or use the form on the left to either login, or retrieve your forgotten password. [% CASE 'newuserform_msg' %] Don't have an account yet? How about creating one? [% CASE 'dispform_new_msg_2' %] What? You don't have an account yet? Well, enter your preferred nick name here: [% CASE 'mailpasswd_mailed_msg' %]

The password for [% name %] was just emailed.
[% CASE 'savename_msg' %]

Saving [% name.substr(0,20) %]

[% CASE 'savenickname_msg' %]

Saving [% nickname.substr(0,20) %].
[% CASE 'changeemail_msg' %] Notifying [% realemail | strip_literal %] of the change to their account.
E-mail address changed and re-registration information sent to: [% form.realemail | strip_literal %]
[% CASE 'saveuser_passchanged_msg' %] Password changed for [% nick %], UID [% uid %].
[% CASE 'savemiscopts_msg' %] [% PROCESS titlebar title="Option(s) Changed." width="100%" %] [% FOREACH opt = update.keys %]
Your option [% opt %] was set to [% update.opt %]. [% END %] [% CASE 'no_registration_needed' %]

Hello, [% user.nickname %]. Your account is currently registered with the system. No re-registration is necessary at this time.
[% CASE DEFAULT %] -- MISSING USER MESSAGE SEGMENT -- [[% value %]] block not found.
[% END %] __seclev__ 10000