discourse-legacysite-perl/site/glist/templates/gossamer/admin_setup_signup.html
2024-06-17 22:24:05 +10:00

93 lines
6.1 KiB
HTML
Raw Permalink Blame History

<%set set_focus = 'myform.signup_restricted_email'%>
<%set book_mark = 'misc_options'%>
<%include include_header.html%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
<tr>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include admin_setup_include_menu.html%></td>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td height="97%" colspan="3" valign="top">
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
</tr>
<tr>
<td class="body" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
<tr class="bold_white">
<td height="20"><img src="<%image_url%>/icons/options.gif" hspace="2" vspace="0" align="texttop">User Signup Options</td>
<td align="right"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></td>
</tr>
</table><BR/>
<%if msg%><%msg%><%else%>These are other options that you can change:<%endif%><br /> <br />
<form name=myform action="glist.cgi" method=post>
<table cellspacing="2" cellpadding="3" align=center width=600>
<tr><td colspan=2 class=body>If enabled, users can signup to the system.</td></tr>
<tr>
<td class="body" width=20%><b>signup_enable</b></td>
<td class="body">
<input type="radio" name="signup_enable" value="1" <%if cfg_signup_enable%>checked<%endif%>>Yes
<input type="radio" name="signup_enable" value="0" <%ifnot cfg_signup_enable%>checked<%endif%>>No
</td>
</tr>
<tr><td colspan=2 class=body>Enter email addresses that users will not be able to use to signup. Enter restricted addresses one per line.</td></tr>
<tr>
<td valign="top" class="body" width=20%><b>signup_restricted_email</b></td>
<td><textarea name="signup_restricted_email" class="object" cols="<%if is_ie or is_mozilla%>48<Mouse>C!<21>!:<Mouse>C!<21>!9<Mouse>C!<21>!7<Mouse>C!<21>!5<%else%>30<%endif%>" rows="3"><%if cfg_signup_restricted_email%><%cfg_signup_restricted_email%><%endif%></textarea></td>
</tr>
<tr><td colspan=2 class=body>If enabled, users will be sent an e-mail containing a validation code when they sign up.</td></tr>
<tr>
<td class="body" width=20%><b>signup_email_validate</b></td>
<td class="body">
<input type="radio" name="signup_email_validate" value="1" <%if cfg_signup_email_validate%>checked<%endif%>>Yes
<input type="radio" name="signup_email_validate" value="0" <%ifnot cfg_signup_email_validate%>checked<%endif%>>No
</td>
</tr>
<tr><td colspan=2 class=body>If enabled, users must be validated by administrator user.</td></tr>
<tr>
<td class="body" width=20%><b>signup_admin_validate</b></td>
<td class="body">
<input type="radio" name="signup_admin_validate" value="1" <%if cfg_signup_admin_validate%>checked<%endif%>>Yes
<input type="radio" name="signup_admin_validate" value="0" <%ifnot cfg_signup_admin_validate%>checked<%endif%>>No
</td>
</tr>
<tr><td colspan=2 class=body>Enter a regex that will ensure that the usernames new users signup with are compatible with email. Note: If you are unfamiliar with regexes, do not alter this field.</td></tr>
<tr>
<td class="body"><b>signup_username_regex</b></td>
<td><input class=object name="signup_username_regex" type=text value="<%if cfg_signup_username_regex%><%cfg_signup_username_regex%><%endif%>" size=<%if is_ie or is_mozilla%>50<%else%>30<%endif%> /></td>
</tr>
<tr><td colspan=2 class=body>Enter limit number of list.</td></tr>
<tr>
<td class="body"><b>signup_limit_list</b></td>
<td><input class=object name="signup_limit_list" type=text value="<%if cfg_signup_limit_list%><%cfg_signup_limit_list%><%endif%>" size="10" /></td>
</tr>
<tr><td colspan=2 class=body>Enter limit number of subscriber per list.</td></tr>
<tr>
<td class="body"><b>signup_limit_sublist</b></td>
<td><input class=object name="signup_limit_sublist" type=text value="<%if cfg_signup_limit_sublist%><%cfg_signup_limit_sublist%><%endif%>" size="10" /></td>
</tr>
<tr><td colspan=2 class=body>Enter limit number of email in the last 30 days.</td></tr>
<tr>
<td class="body"><b>signup_limit_email30</b></td>
<td><input class=object name="signup_limit_email30" type=text value="<%if cfg_signup_limit_email30%><%cfg_signup_limit_email30%><%endif%>" size="10" /></td>
</tr>
</table>
<p align=center>
<input type="submit" name="bsubmit" value=" Submit Changes " class=button />
<input type="submit" name="brestore" value="Restore System Defaults" class=button />
<br /><BR /></p>
<input name=do type=hidden value="admin_setup" />
<input name=pg type=hidden value="admin_setup_signup.html" />
<input name=misc type=hidden value="1" />
<%hidden_objects%>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%include include_footer.html%>