[% title = 'Update Profile' ; IF realm == 'admin' ; THEN ; crumb2_name = 'Admin' ; IF user.tester ; THEN ; editlink = 'tester-amend' ; ELSE ; editlink = 'user-amend' ; END ; ELSE ; crumb2_name = 'Tester' ; editlink = 'user-amend' ; END ; crumb2_href = '/' ; crumb1_name = 'Update Profile' ; javascript = 1 ; %] [% IF data %]
[% IF thanks %]

Thank you. An email has been sent to requested address. Please click the link contained within to confirm address.

[% END %]

Please take the time to enter your details, as it helps others to identify you when you make any changes to the pages on the site. Note that only the details shown in the preview at the bottom of the page, will be visible on the wiki.

Fields marked * are mandatory fields and must be completed.

[% IF errmess %]

There are invalid or missing fields, as noted by the ∅ symbol.

[% END %]
Display Name * [% data.realname_err %]
Primary Email * [% data.email_err %]

Your primary email address will be used as your login, and will be used to send you a site password.

PAUSE ID [% data.nickname_err %]

Your PAUSE ID is used to help verify further addresses to you.

[% IF realm == 'tester' || (realm == 'admin' && user.tester) %]
Registered Emails

Confirmed addresses in bold, unconfirmed addresses in italics.

[% IF data.confirmed %] [% FOREACH mail = data.confirmed %] [% IF mail.confirmed == 1 %] [% mail.email %] [% ELSE %] [% mail.email %] [% END %] [% IF realm == 'admin' && mail.confirmed == 0 %] [% END %]
[% END %] [% ELSE %] n/a [% END %]
Register Email [% data.confirm_err %]

If you have submitted reports from multiple addresses, please confirm each in turn to add them to this profile.

[% END %] [% ELSE %]

User not found.

[% END %]