[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/help/ -> users.edit.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 - Edit</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 : Edit Users</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 either add a new user or edit an existing one.</p>
  13            <strong>Details</strong>
  14            <ul>
  15                 <li><strong>Name</strong>: Enter the name of the user as it will
  16                      be listed in the User Manager.</li>
  17                 <li><strong>Username</strong>: Enter the Username to be used for
  18                      login.</li>
  19                 <li><strong>Email</strong>: Enter the user&#39;s e-mail adress.</li>
  20                 <li><strong>New Password</strong>: Enter the user&#39;s password.
  21                      If you want to change a user&#39;s password you can enter
  22                      here the new one, and retype it on the next field.</li>
  23                 <li><strong>Verify Password</strong>: Enter again the user&#39;s
  24                      password.</li>
  25                 <li><strong>Group</strong>: Choose a type of user.</li>
  26                 <li><strong>Block User</strong>: Enable / disable the user's ability
  27                      to login.</li>
  28                 <li><strong>Receive Submission Emails</strong>: Enable an e-mail
  29                      to be sent to the administrator when the user has submitted
  30                      some content.</li>
  31                 <li><strong>Register Date</strong>: The date the user
  32                      was registered.</li>
  33                 <li><strong>Last Visit Date</strong>: The date on which this user
  34                      has last logged in. </li>
  35            </ul></td>
  36       </tr>
  37       <tr>
  38            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td>
  39            <td valign="top" class="data">n/a</td>
  40       </tr>
  41       <tr>
  42            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td>
  43            <td valign="top" class="data">n/a</td>
  44       </tr>
  45       <tr>
  46            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td>
  47            <td valign="top" class="data"><ul>
  48                 <li>                    <strong>Contact Information</strong>:
  49                      These information is only present when editing a user and
  50                      only if the contact has been created in the Contacts Component
  51                      and linked to the user (Components -&gt; Contact -&gt; Manage
  52                      Contacts). If this has been done the information will be
  53                      displayed and a link at the bottom of the box provides a
  54                      direct access to the Edit Contact page for that contact.</li>
  55                 </ul></td>
  56       </tr>
  57       <tr>
  58            <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td>
  59            <td valign="top" class="data"><ul>
  60                 <li><strong>Save</strong>: Save the new user and return to User
  61                      Manager.</li>
  62                 <li><strong>Apply</strong>: Saves the new user and keeps the screen
  63                      open for editing.</li>
  64                 <li><strong>Cancel</strong>: Cancels the action without saving
  65                      changes.</li>
  66                 </ul></td>
  67       </tr></table>
  68  
  69  
  70  </body></html>