[175] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>User</title> |
---|
[2534] | 4 | </head> |
---|
[175] | 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
[2534] | 8 | <h4>User profile</h4> |
---|
[175] | 9 | <dl> |
---|
[2534] | 10 | <dt>User ID</dt> |
---|
| 11 | <dd>At least 2 characters using letters, numbers or symbols (no space). This field is mandatory.</dd> |
---|
[175] | 12 | |
---|
[2534] | 13 | <dt>New password</dt> |
---|
| 14 | <dd>If you want to change your password, enter the new password twice in <strong>New password</strong> and <strong>Confirm password</strong> fields. Passwords must contain at least 6 characters. Both fields are mandatory.</dd> |
---|
| 15 | |
---|
| 16 | <dt>Password change required to connect</dt> |
---|
| 17 | <dd>Check this box so that a new user will have to choose his own password when he will connect.</dd> |
---|
| 18 | |
---|
| 19 | <dt>Super administrator</dt> |
---|
| 20 | <dd>This will give the current user all the permissions on all the blogs hosted on the system.</dd> |
---|
[175] | 21 | |
---|
[2534] | 22 | <dt>Last name, First name</dt> |
---|
| 23 | <dd>If no display name is provided, the displayed author's name will contain the last name and first name entered in these two fields.</dd> |
---|
[175] | 24 | |
---|
| 25 | <dt>Display name</dt> |
---|
[2534] | 26 | <dd>You can select the nickname you want to use to sign your articles. If not empty, this field will be used instead of the last name and first name fields.</dd> |
---|
[175] | 27 | |
---|
| 28 | <dt>Email</dt> |
---|
[2534] | 29 | <dd>This e-mail address will be used if you need to recover your password from Dotclear's authentication screen.</dd> |
---|
[175] | 30 | |
---|
| 31 | <dt>URL</dt> |
---|
[2534] | 32 | <dd>Indicates the user's website. If this field is not empty, the author's name will become a clickable link to this website.</dd> |
---|
| 33 | </dl> |
---|
| 34 | |
---|
| 35 | <h4>Options</h4> |
---|
| 36 | <h5>Interface</h5> |
---|
| 37 | <dl> |
---|
| 38 | <dt>Language</dt> |
---|
| 39 | <dd>Set the default language for new entries. If a translation is available for this language, the blog interface will be translated in this language as well.</dd> |
---|
| 40 | |
---|
| 41 | <dt>Timezone</dt> |
---|
| 42 | <dd>This option impacts the way the entries' publication time is displayed.</dd> |
---|
| 43 | </dl> |
---|
| 44 | |
---|
| 45 | <h5>Edition</h5> |
---|
| 46 | <dl> |
---|
[175] | 47 | <dt>Preferred format</dt> |
---|
[2534] | 48 | <dd>Choose the entry's syntax. Wiki is a simplified syntax |
---|
| 49 | and will be converted to valid XHTML. Unless you have a perfect |
---|
| 50 | understanding of XHTML, we advise you to choose the Wiki syntax. |
---|
| 51 | See the Wiki syntax reference for more information.</dd> |
---|
[175] | 52 | |
---|
| 53 | <dt>Default entry status</dt> |
---|
[2534] | 54 | <dd>The default status for new entries can be set to: |
---|
[175] | 55 | <ul> |
---|
[2534] | 56 | <li><strong>Pending:</strong> The publication status has not been yet decided.</li> |
---|
| 57 | <li><strong>Scheduled:</strong> The entry will be set online at the time and date provided in the <strong>Published on</strong> field.</li> |
---|
| 58 | <li><strong>Unpublished:</strong> Offline entry.</li> |
---|
| 59 | <li><strong>Published:</strong> Online entry.</li> |
---|
[175] | 60 | </ul> |
---|
| 61 | </dd> |
---|
| 62 | |
---|
| 63 | <dt>Entry edit field height</dt> |
---|
[2534] | 64 | <dd>Sets the height of the edition field of an entry. By default, this parameter is set to 24.</dd> |
---|
[175] | 65 | |
---|
| 66 | <dt>Tags list format</dt> |
---|
[2534] | 67 | <dd>You can select if you want to see, while editing an entry, all the tags used (<strong>Extended</strong>) or only the most used ones (<strong>Short</strong>).</dd> |
---|
[175] | 68 | </dl> |
---|
| 69 | </body> |
---|
[2534] | 70 | </html> |
---|