This topic contains the pieces that are assembled into the UserRegistration page. There is no need to modify this topic.
If a section of the same name is found in the User Registration topic, it will be used instead of or in addition to sections in this topic.
These sections provide feedback whether registration is enabled and required browser settings are met. (javascript and cookies must be on)
%STARTSECTION{"notes"}%
%IF{"not context registration_supported"
then=" *%MAKETEXT{"Self registration is not supported by this site."}%* "
else="
%IF{"NOT context registration_enabled"
then="%INCLUDE{"%REGPARTS%" section="note:registrationNotEnabled"}%"
else="%IF{
"$REGISTRATION_DISABLED='DISABLED'"
then="%INCLUDE{"%REGPARTS%" section="note:registrationTemporarilyDisabled"}%"
else="%INCLUDE{"%REGPARTS%" section="note:registrationOk"}%%INCLUDE{"%REGPARTS%" section="note:requiredBrowserSettings"}%"
}%"
}%"
}%%ENDSECTION{"notes"}%
%STARTSECTION{"note:registrationNotEnabled"}%%IF{
"$USERNAME ingroup 'AdminGroup'"
then="<strong>%MAKETEXT{"Registration is disabled either by configuration setting {EnableNewUserRegistration}, or due to errors with the password system. Check the configuration for errors."}%</strong>
%MAKETEXT{"If registration is not disabled by errors, administrators can still register users to this site using [_1]." args="[[%SYSTEMWEB%.BulkRegistration][BulkRegistration]]"}%"
else="<strong>%MAKETEXT{"New user registration is disabled on this site."}%</strong>"
}%
%ENDSECTION{"note:registrationNotEnabled"}%
%STARTSECTION{"note:registrationTemporarilyDisabled"}%<strong>%MAKETEXT{"Sorry, registration has been temporarily disabled."}%</strong>%ENDSECTION{"note:registrationTemporarilyDisabled"}%
%STARTSECTION{"note:registrationOk"}%<strong>%MAKETEXT{"Create your account to edit pages on this site."}%</strong>%ENDSECTION{"note:registrationOk"}%
%STARTSECTION{"note:requiredBrowserSettings"}%<div class='registerMakeHidden foswikiNotification foswikiAlert'>%MAKETEXT{"We noticed you have disabled !JavaScript. Please switch on !JavaScript if you wish to register."}%</div><div class='foswikiNotification foswikiAlert registerMakeVisible showIfNoCookies'>%MAKETEXT{"We noticed you have disabled cookies. Please enable cookies if you wish to register."}%</div>%ENDSECTION{"note:requiredBrowserSettings"}%
Section: help - Help text at bottom of page
%STARTSECTION{"help"}%<p>
%MAKETEXT{"If you have any questions about registration, send an e-mail to [_1]." args="<a href='mailto:%WIKIWEBMASTER%?subject=%BASETOPIC% Question'>%WIKIWEBMASTER%</a>"}%</p>%ENDSECTION{"help"}%
Section: privacyInformation (optional)
%STARTSECTION{"privacyInformation"}%<p> %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%]]"}%</p>%ENDSECTION{"privacyInformation"}%
Section: form - The registration form
Conditionally include the registration form when registration is enabled
Section: resources - Extra CSS and Javascript resources for this page.
%STARTSECTION{"resources"}%%IF{"$REGISTRATION_DISABLED!='DISABLED'" then="
%ADDTOZONE{ "head"
id="UserRegistrationRequiredStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"requiredstyle.css" topic="%CSSJSTOPIC%"}%' />"
}%"}%
%ADDTOZONE{ "head"
id="UserRegistrationFormStyle"
text="<link type='text/css' rel='stylesheet' media='all' href='%PUBURLPATH{"formstyle.css" topic="%CSSJSTOPIC%"}%' />"
}%
%JQREQUIRE{"validate, wikiword, cookie"}%
<literal>
<div id="FwkVD" class="foswikiHidden">
{
"url":"%SCRIPTURL{view}%/%SYSTEMWEB%.UserRegistrationParts",
"MinPasswordLength":%QUERY{"{MinPasswordLength}"}%,
"messages": {
"Fwk1FirstName":"%MAKETEXT{"Please enter your first name."}%",
"Fwk1LastName":"%MAKETEXT{"Please enter your last name."}%",
"Fwk1WikiName": {
"required": "%MAKETEXT{"Please enter a WikiName."}%",
"wikiword": "%MAKETEXT{"This is not a valid WikiName."}%",
"remote": "%MAKETEXT{"This WikiName is already in use."}%"
},
"Fwk1Email": "%MAKETEXT{"Please enter a valid email address."}%",
"Fwk1LoginName": {
"required": "%MAKETEXT{"Please enter a login username."}%",
"remote": "%MAKETEXT{"This username is already in use."}%"
},
"Fwk1Password": {
"required": "%MAKETEXT{"Please enter a password."}%",
"minlength": "%MAKETEXT{"Your password must be at least [_1] characters long." args="%QUERY{"{MinPasswordLength}"}%"}%"
},
"Fwk1Confirm": {
"required": "%MAKETEXT{"Please confirm your password."}%",
"equalTo": "%MAKETEXT{"Please enter the same password as above."}%",
"minlength": "%MAKETEXT{"Your password must be at least [_1] characters long." args="%QUERY{"{MinPasswordLength}"}%"}%"
}
}
}
</div>
</literal>
%ADDTOZONE{ "script"
id="UserRegistrationValidation"
requires="JQUERYPLUGIN::VALIDATE, JQUERYPLUGIN::WIKIWORD, JQUERYPLUGIN::COOKIE"
text="<script type='text/javascript' src='%PUBURLPATH{"validate.js" topic="%CSSJSTOPIC%"}%'></script>"
}%
%ENDSECTION{"resources"}%
%STARTSECTION{"requiredField_wikiName"}%<li><label class="desc" for="Fwk1WikiName"><span class="required">*</span>%MAKETEXT{"<nop>WikiName:"}%</label>
<div><input type="text" id="Fwk1WikiName" name="Fwk1WikiName" size="40" class="foswikiInputField" value="" tabindex="3" /><label class="expl">%MAKETEXT{"Your name as displayed by [_1]." args="%WIKITOOLNAME%"}% %POPUPWINDOW{"%SYSTEMWEB%.WikiName" label="%MAKETEXT{"This must be a unique WikiName."}%"}%</label></div></li>%JQREQUIRE{"popupwindow"}%%ENDSECTION{"requiredField_wikiName"}%
Required field: LoginName
Only shown if ALLOWLOGINNAME is true.
%STARTSECTION{"requiredField_loginName"}%<li><label class="desc" for="Fwk1LoginName"><span class="required">*</span>%MAKETEXT{"Login username:"}%</label>
<div><input type="text" id="Fwk1LoginName" name="Fwk1LoginName" size="40" class="foswikiInputField" value="%REMOTE_USER%" tabindex="4" /><label class="expl">%MAKETEXT{"The username that identifies you to the signon system. [_1]" args="%POPUPWINDOW{"%SYSTEMWEB%.UserName" label="%MAKETEXT{"This must be a valid login username."}%"}%"}%</label></div></li>%JQREQUIRE{"popupwindow"}%%ENDSECTION{"requiredField_loginName"}%
Only shown if the password manager supports changing the password / email.
Displays one password field and (if {Register}{DisablePasswordConfirmation} is not unset) one confirmation password field.
%STARTSECTION{"groups"}%%IF{"$USERNAME ingroup 'AdminGroup' and '%REGISTRATIONGROUPTYPE%' = 'automatic' and not defined 'REGISTRATIONGROUPS'" then="<blockquote><span class=\"foswikiAlert\"> *Caution!* Registering a user while logged in as an Administrator will add them to ALL GROUPS in the system.</span> REGISTRATIONGROUPTYPE is set to =automatic=, and no groups are set in REGISTRATIONGROUPS. </blockquote>"}%
%IF{"($WIKINAME!='WikiGuest') and (not ($USERNAME ingroup 'AdminGroup')) and ('%REGISTRATIONGROUPTYPE%' = 'automatic') and (not defined 'REGISTRATIONGROUPS')" then="<blockquote><span class=\"foswikiAlert\"> *Caution!* Registering a user while logged in will add the new user to all groups you have permission to change.</span> REGISTRATIONGROUPTYPE is set to =automatic=, and no groups are set in REGISTRATIONGROUPS. </blockquote>"}%
%FORMAT{
"%IF{"defined 'REGISTRATIONGROUPS'" then="%REGISTRATIONGROUPS%" else="%GROUPINFO{
show="allowchange%IF{"$ WIKINAME='WikiGuest'" then="(RegistrationAgent)"}%"
format="$name"
separator=","
}%"}%"
header="$percentINCLUDE{$quot%WEB%.%REGPARTS%$quot section=$quot%IF{
"'%REGISTRATIONGROUPTYPE%' = 'automatic' and $ WIKINAME='WikiGuest'"
then="hidden"
}%rendergroupheader$quot}$percent"
footer="$percentINCLUDE{$quot%WEB%.%REGPARTS%$quot section=$quotrendergroupfooter$quot}$percent"
zeroresults="no groups<!-- no groups available -->"
format="$percentINCLUDE{$quot%WEB%.%REGPARTS%$quot
section=$quotrendergroup$quot
groupname=$quot$topic$quot
inputtype=$quot%IF{"'%REGISTRATIONGROUPTYPE%' = 'automatic' and $ WIKINAME!='WikiGuest'" then="checkbox"}%%IF{"'%REGISTRATIONGROUPTYPE%' = 'automatic' and $ WIKINAME='WikiGuest'" then="hidden"}%%IF{"'%REGISTRATIONGROUPTYPE%' = 'one'" then="radio"}%%IF{"'%REGISTRATIONGROUPTYPE%' = 'multiple'" then="checkbox"}%$quot
inputother=$quot%IF{"'%REGISTRATIONGROUPTYPE%' = 'automatic'" then="checked readonly"}%$quot
}$percent"
separator=" "
}%%ENDSECTION{"groups"}%
%STARTSECTION{"rendergroupheader"}%<li><label class="desc" for="Fwk0AddToGroups">%IF{"'%REGISTRATIONGROUPTYPE%' = 'multiple'" then='%MAKETEXT{"Select groups to join:"}%' else='%MAKETEXT{"Select the group to join:"}%'}%</label>
<div class="joinGroups">%ENDSECTION{"rendergroupheader"}%
%STARTSECTION{"requiredButton_submit"}%<li><label class="desc"> </label><div><input type="submit" tabindex="99" class="foswikiSubmit" value="%MAKETEXT{"Register"}%" /><span class="expl tml">%MAKETEXT{"Please correct the entered data before you continue."}%</span></div></li>%ENDSECTION{"requiredButton_submit"}%
Utility sections
These sections are used to include sections from a list of sections. They
are referenced in the section named liveform
Optional field includes
Includes all optional sections named in the =%FIELDS% setting.