BIG, experimental patch.
[cocanwiki.git] / templates / create_user_form.html
index 3de4413..70b360a 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Create a user account</title>
-<meta name="robots" content="noindex,nofollow"/>
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 <link rel="stylesheet" href="/_css/users.css" type="text/css" title="Standard"/>
 </tr>
 
 <tr>
+<th> Force&nbsp;password&nbsp;change: </th>
+<td> <input type="checkbox" name="force_password_change" value="1" id="force_password_change"/><label for="force_password_change">Force password change at first login</label> </td>
+</tr>
+
+<tr>
 <th> Email: </th>
 <td> <input name="email" value="" size="40"/> </td>
 </tr>
@@ -45,6 +49,8 @@
 <input id="can_manage_site" type="checkbox" name="can_manage_site" value="1"/><label for="can_manage_site">Manage site</label>
 <br/>
 <input id="can_edit_global_css" type="checkbox" name="can_edit_global_css" value="1"/><label for="can_edit_global_css">Edit global stylesheet</label>
+<br/>
+<input id="can_import_mail" type="checkbox" name="can_import_mail" value="1"/><label for="can_import_mail">Import mail</label>
 </td>
 </tr>
 <tr>