"description"=>"Adds a organiser page that lets moderators (or better) control the reegistered user accounts, and perform adminstrative actions such as password resets, and adding / removing accounts.",
exit(page_renderer::render_main("Unauthorised - User Table - $settings->sitename","<p>Only moderators (or better) may access the user table. You could try <a href='?action=logout'>logging out</a> and then <a href='?action=login&returnto%2Findex.hp%3Faction%3Duser-table'>logging in</a> again as a moderator, or alternatively visit the <a href='?action=user-list'>user list</a> instead, if that's what you're after.</p>"));
<p>(Warning!Deletingauserwillwipe<em>all</em>theiruserdata!Itwon't delete any pages they'vecreated,theiruserpage,ortheiravatarthough,asthosearepartofthewikiitself.)</p>
exit(page_renderer::render_main("Error: Unauthorised - Add User - $settings->sitename","<p>Only moderators (or better) may create users. You could try <a href='?action=logout'>logging out</a> and then <a href='?action=login&returnto%2Findex.php%3Faction%3Duser-table'>logging in</a> again as a moderator, or alternatively visit the <a href='?action=user-list'>user list</a> instead, if that's what you're after.</p>"));
exit(page_renderer::render_main("Error: Invalid Username - Add User - $settings->sitename","<p>The username <code>".htmlentities($new_username)."</code> contains some invalid characters. Only <code>a-z</code>, <code>A-Z</code>, <code>0-9</code>, <code>-</code>, and <code>_</code> are allowed in usernames. <a href='javascript:window.history.back();'>Go back</a>.</p>"));
exit(page_renderer::render_main("Error: Failed to save settings - Add User - $settings->sitename","<p>$settings->sitename failed to save the new user's data to disk. Please contact $settings->admindetails_name for assistance (their email address can be found at the bottom of this page).</p>"));
}
$welcome_email_result=email_user($new_username,"Welcome!","Welcome to $settings->sitename, {username}! $env->user has created you an account. Here are your details:
Itisadvisedthatyouchangeyourpasswordassoonasyoulogin.Youcandothisbyclickingthecognexttoyournameonceyou've logged in, and scrolling to the 'changepassword'heading.
if($env->is_admin)add_help_section("949-user-table","Managing User Accounts","<p>As a moderator on $settings->sitename, you can use the <a href='?action=user-table'>User Table</a> to adminstrate the user accounts on $settings->sitename. It allows you to perform actions such as adding and removing accounts, and resetting passwords.</p>");