[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/help/ -> users.new.html (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
   3  <head>
   4  <title>Users - New</title>
   5  <link href="css/help.css" rel="stylesheet" type="text/css" />
   6  </head>
   7  <body>
   8  <strong class="title"><span class="hs_header01"><strong>User Manager : Add User</strong></span></strong>
   9  <table width="100%"  border="1" cellspacing="0" cellpadding="3">
  10       <tr>
  11            <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td>
  12            <td width="84%" valign="top" class="data"><p>This screen is used to
  13                      add a new user account to your site.</p>
  14                 <strong>Details</strong>
  15            <ul>
  16                 <li><strong>Name</strong>: Enter the name of the user as it
  17                      will be listed in the User Manager.</li>
  18                 <li><strong>Username</strong>: Enter the Username which will be
  19                      used for login.</li>
  20                 <li><strong>Email</strong>: Enter the user&#39;s e-mail adress.</li>
  21                 <li><strong>New Password</strong>: Enter the user&#39;s password.</li>
  22                 <li><strong>Verify Password</strong>: Enter again the user&#39;s
  23                      password.</li>
  24                 <li><strong>Group</strong>: Choose  a type of user.</li>
  25                 <li><strong>Block User</strong>: Enable / disable the user's ability
  26                      to login.</li>
  27                 </ul></td>
  28       </tr>
  29       <tr>
  30            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  31            <td valign="top" class="data">n/a</td>
  32       </tr>
  33       <tr>
  34            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  35            <td valign="top" class="data">n/a</td>
  36       </tr>
  37       <tr>
  38            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  39            <td valign="top" class="data">n/a</td>
  40       </tr>
  41       <tr>
  42            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  43            <td valign="top" class="data"><ul>
  44                 <li><strong>Save</strong>: Save the new user and
  45                      return to User Manager.</li>
  46                 <li><strong>Apply</strong>: Saves the new user and keeps the screen
  47                      open for editing.</li>
  48                 <li><strong>Cancel</strong>: Cancels the action without saving
  49                      changes.</li>
  50            </ul></td>
  51       </tr></table>
  52  
  53  
  54  </body></html>