public_html/help/ccusersubmission.html
branchHEAD
changeset 7473 e6207655d9cc
child 7702 f1a76987160c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/public_html/help/ccusersubmission.html	Sun Nov 15 10:58:30 2009 +0100
     1.3 @@ -0,0 +1,51 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +  <title>User Submissions</title>
     1.8 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     1.9 +</head>
    1.10 +
    1.11 +<body>
    1.12 +<h1>User Submissions</h1>
    1.13 +
    1.14 +<p>This is the command and control quick moderation area for new user
    1.15 +registrations.  In this area you can edit, delete or approve registration
    1.16 +requests from new users. Select any combination of deletes or approves and
    1.17 +click the submit button.</p>
    1.18 +
    1.19 +<table border="1" width="100%">
    1.20 +<tr>
    1.21 +    <th style="width:8%">Field</th>
    1.22 +    <th>Description</th>
    1.23 +</tr>
    1.24 +<tr>
    1.25 +    <td>Edit</td>
    1.26 +    <td>Click this to edit the user</td>
    1.27 +</tr>
    1.28 +<tr>
    1.29 +    <td>User name</td>
    1.30 +    <td>The (short) name that the user chose for their account</td>
    1.31 +</tr>
    1.32 +<tr>
    1.33 +    <td>Full name</td>
    1.34 +    <td>The user's full name. Note that this information will not usually be
    1.35 +        available unless your site is using a custom registration form that
    1.36 +        asks for the full name on signup</td>
    1.37 +</tr>
    1.38 +<tr>
    1.39 +    <td>Email</td>
    1.40 +    <td>The user's email address</td>
    1.41 +</tr>
    1.42 +<tr>
    1.43 +    <td>Delete / Approve</td>
    1.44 +    <td>Radio buttons to select for delete or approval of the user</td>
    1.45 +</tr>
    1.46 +</table>
    1.47 +
    1.48 +<div class="footer">
    1.49 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    1.50 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    1.51 +</div>
    1.52 +
    1.53 +</body>
    1.54 +</html>