Changeset 3288
- Timestamp:
- May 3, 2007, 4:24:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/user_administration.xml
r3287 r3288 38 38 <title>Edit user</title> 39 39 <para></para> 40 40 41 41 <helptext external_id="user.edit" title="Edit user account"> 42 42 <sect3 id="user_administration.users.edit.account"> … … 49 49 <listitem> 50 50 <para> 51 The full name of the user that is associated with this account. 51 The full name of the user, that is associated with this account, 52 should be written in this field. Required information. 53 </para> 54 </listitem> 55 </varlistentry> 56 <varlistentry> 57 <term> 58 <userinput>Login</userinput> 59 </term> 60 <listitem> 61 <para> 62 A login name to use when logging in to this account. Required 63 information. 64 </para> 65 </listitem> 66 </varlistentry> 67 <varlistentry> 68 <term> 69 <optional> 70 <userinput>External ID</userinput> 71 </optional> 72 </term> 73 <listitem> 74 <para> 75 Id used identify the user outside BASE. This information is 76 optional. 77 </para> 78 </listitem> 79 </varlistentry> 80 <varlistentry> 81 <term> 82 <userinput>New password</userinput> 83 </term> 84 <listitem> 85 <para> 86 This is used together with the login name to log in with this 87 account. This is required for a new user or if a user's password 88 should be changed. 89 </para> 90 </listitem> 91 </varlistentry> 92 <varlistentry> 93 <term> 94 <userinput>Retype password</userinput> 95 </term> 96 <listitem> 97 <para> 98 This field is used to confirm the password in 99 <guilabel>New password</guilabel> 100 . Retype the password in this field. 101 </para> 102 </listitem> 103 </varlistentry> 104 <varlistentry> 105 <term> 106 <userinput>Quota</userinput> 107 </term> 108 <listitem> 109 <para> 110 Set disk quota for this account.This field is required to have 111 value set. 112 </para> 113 </listitem> 114 </varlistentry> 115 <varlistentry> 116 <term> 117 <userinput>Quota group</userinput> 118 </term> 119 <listitem> 120 <para> 121 Set this if the account should belong to a group with specified 122 quota. This field is optional. 123 </para> 124 </listitem> 125 </varlistentry> 126 <varlistentry> 127 <term> 128 <userinput>Home directory</userinput> 129 </term> 130 <listitem> 131 <para> 132 Set the account's home directory. A new directory, either empty 133 or from a template, can be created if editing a new user. 134 </para> 135 </listitem> 136 </varlistentry> 137 <varlistentry> 138 <term> 139 <userinput>Expiration date</userinput> 140 </term> 141 <listitem> 142 <para> 143 Define a date in this field if the account should expire on a 144 certain day. It will not be possible to log in to BASE after 145 this date. Use 146 <guibutton>Calendar…</guibutton> 147 to pick a date from a calendar-pop-up window. This field is 148 optional. 149 </para> 150 </listitem> 151 </varlistentry> 152 <varlistentry> 153 <term> 154 <userinput>Multi-user account</userinput> 155 </term> 156 <listitem> 157 <para> 158 This checkbox should be ticked if the account should be used by 159 more one user. It will block the users of the account to change 160 password, contact information and other personal information. 161 </para> 162 </listitem> 163 </varlistentry> 164 <varlistentry> 165 <term> 166 <userinput>Disabled</userinput> 167 </term> 168 <listitem> 169 <para> 170 Ticking this checkbox will disabled the account and it won't be 171 possible to use it. 52 172 </para> 53 173 </listitem> … … 55 175 </variablelist> 56 176 </sect3> 177 <seeother> 178 <other external_id="user.edit.contact">Edit user's contact information</other> 179 <other external_id="user.edit.membership">Edit user's membership</other> 180 </seeother> 181 </helptext> 182 <helptext external_id="user.edit.contact" title="Edit user's contact information"> 183 <sect3 id="user._administration.users.edit.contact"> 184 <title>Contact information</title> 185 <para> 186 All fields on this tab are optional and do not necessarily need to have a 187 value. 188 </para> 189 <variablelist> 190 <varlistentry> 191 <term> 192 <optional>Email</optional> 193 </term> 194 <listitem> 195 <para>The user's email address.</para> 196 </listitem> 197 </varlistentry> 198 <varlistentry> 199 <term> 200 <optional>Organisation</optional> 201 </term> 202 <listitem> 203 <para> 204 If the user works for an organisation, it should be defined 205 here. 206 </para> 207 </listitem> 208 </varlistentry> 209 <varlistentry> 210 <term><optional>Address</optional></term> 211 <listitem> 212 <para> 213 A post address to the user. Use the magnifying glas down to the right, to 214 edit this property in a larger window - opened in a pop-up 215 window. 216 </para> 217 </listitem> 218 </varlistentry> 219 <varlistentry> 220 <term><optional>Phone</optional></term> 221 <listitem> 222 <para> 223 A phone number to get in contact with the user. 224 <note> 225 <para> 226 There is no special field for cellular telephone, but 227 this field can contain more then one number. 228 </para> 229 </note> 230 </para> 231 </listitem> 232 </varlistentry> 233 <varlistentry> 234 <term><optional>Fax</optional></term> 235 <listitem> 236 <para></para> 237 238 </listitem> 239 </varlistentry> 240 <varlistentry> 241 <term><optional>Url</optional></term> 242 <listitem> 243 <para></para> 244 245 </listitem> 246 </varlistentry> 247 <varlistentry> 248 <term><optional>Description</optional></term> 249 <listitem> 250 <para></para> 251 252 </listitem> 253 </varlistentry> 254 </variablelist> 255 </sect3> 256 <seeother> 257 <other external_id="user.edit">Edit account</other> 258 <other external_id="user.edit.membership">Edit user's membership</other> 259 </seeother> 260 </helptext> 261 262 <helptext external_id="user.edit.membership" title="Edit user's membership"> 263 <sect3 id="user_administration.users.edit.membership"> 264 <title>User's membership</title> 265 <para></para> 266 <sect4 id="user_administration.users.edit.membership.change"> 267 <title>Add or remove membership</title> 268 <para></para> 269 </sect4> 270 </sect3> 271 <seeother> 272 <other external_id="user.edit">Edit account</other> 273 <other external_id="user.edit.contact">Edit user's contact information</other> 274 </seeother> 57 275 </helptext> 58 276 </sect2> 59 60 277 </sect1> 61 278
Note: See TracChangeset
for help on using the changeset viewer.