All the topic sections.
The main section is "form", INCLUDEd when REGISTRATION_DISABLED is not 'DISABLED'.
Other sections define the fields and extra info text.
%STARTSECTION{"form"}%
%ADDTOZONE{"head" id="UserRegistrationStyle"
text=""
}%%TMPL:P{JavascriptFiles/foswikiString"}%%ENDSECTION{"form"}%
Required field first name
%STARTSECTION{"requiredField_firstName"}%
%ENDSECTION{"requiredField_firstName"}%
Required field last name
%STARTSECTION{"requiredField_lastName"}%
%ENDSECTION{"requiredField_lastName"}%
Required field wiki name
%STARTSECTION{"requiredField_wikiName"}%
%MAKETEXT{"Your name as displayed online. Note, this must be a unique [[%SYSTEMWEB%.WikiName][Wiki name]]. By default it is derived from your first and last name."}%
%ENDSECTION{"requiredField_wikiName"}%
Required field login name
Only shown if ALLOWLOGINNAME is true.
%STARTSECTION{"requiredField_loginName"}%
%MAKETEXT{"The login name you use to sign in."}%
%ENDSECTION{"requiredField_loginName"}%
Required field email
%STARTSECTION{"requiredField_email"}%
%MAKETEXT{"Your email address will be kept confidential."}%
%ENDSECTION{"requiredField_email"}%
Required field password
Only shown if the password manager supports changing the password / email.
%STARTSECTION{"requiredField_password"}%
%ENDSECTION{"requiredButton_submit"}%
Optional privacy information
%STARTSECTION{"privacyInformation"}%
%MAKETEXT{"*Important:* the information provided in this form will be stored in a database on the web server. This database is accessible to anyone who can access the server through the web (though passwords will be encrypted, and e-mail addresses will be obfuscated to help prevent spamming). Your country, or the country where the server is hosted, may have Data Protection laws governing the maintenance of such databases. If you are in doubt, you should contact [_1] for details of the Data Protection Policy of this web server before registering." args="[[mailto:%WIKIWEBMASTER%?subject=Data%20Protection%20Policy][%WIKIWEBMASTER%]]"}%