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