public_html/help/ccusersubmission.html
author Dirk Haun <dirk@haun-online.de>
Sun, 15 Nov 2009 10:58:30 +0100
branchHEAD
changeset 7473 e6207655d9cc
child 7702 f1a76987160c
permissions -rw-r--r--
A feeble attempt to update the age-old help texts
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html lang="en">
     3 <head>
     4   <title>User Submissions</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>User Submissions</h1>
    10 
    11 <p>This is the command and control quick moderation area for new user
    12 registrations.  In this area you can edit, delete or approve registration
    13 requests from new users. Select any combination of deletes or approves and
    14 click the submit button.</p>
    15 
    16 <table border="1" width="100%">
    17 <tr>
    18     <th style="width:8%">Field</th>
    19     <th>Description</th>
    20 </tr>
    21 <tr>
    22     <td>Edit</td>
    23     <td>Click this to edit the user</td>
    24 </tr>
    25 <tr>
    26     <td>User name</td>
    27     <td>The (short) name that the user chose for their account</td>
    28 </tr>
    29 <tr>
    30     <td>Full name</td>
    31     <td>The user's full name. Note that this information will not usually be
    32         available unless your site is using a custom registration form that
    33         asks for the full name on signup</td>
    34 </tr>
    35 <tr>
    36     <td>Email</td>
    37     <td>The user's email address</td>
    38 </tr>
    39 <tr>
    40     <td>Delete / Approve</td>
    41     <td>Radio buttons to select for delete or approval of the user</td>
    42 </tr>
    43 </table>
    44 
    45 <div class="footer">
    46     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    47     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    48 </div>
    49 
    50 </body>
    51 </html>