[175] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>User</title> |
---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | |
---|
| 8 | <h3>User information</h3> |
---|
| 9 | <dl> |
---|
| 10 | <dt>User name</dt> |
---|
| 11 | <dd>At least 2 characters (non accentuated characters, numbers or symbols, no white space. This field is mandatory.</dd> |
---|
| 12 | |
---|
| 13 | <dt>Password</dt> |
---|
| 14 | <dd>Write down twice your password in the fields <em>Password</em> and <em>Confirm password</em>. The minimal password length is 6 characters. |
---|
| 15 | These two fields are mandatory.</dd> |
---|
| 16 | |
---|
| 17 | <dt>Name, First name</dt> |
---|
| 18 | <dd>If the display name is empty, the author's name will be displayed |
---|
| 19 | as his Firstname and Name as set here.</dd> |
---|
| 20 | |
---|
| 21 | <dt>Display name</dt> |
---|
| 22 | <dd>You can choose here a nickname that will be displayed in your posts instead of your name and first name.</dd> |
---|
| 23 | |
---|
| 24 | <dt>Email</dt> |
---|
| 25 | <dd>Address that will be used to send a new password on dotclear's new password generation page.</dd> |
---|
| 26 | |
---|
| 27 | <dt>URL</dt> |
---|
| 28 | <dd>The user's web site. If set, the author name will be displayed as |
---|
| 29 | a link to the said site.</dd> |
---|
| 30 | |
---|
| 31 | <dt>Preferred format</dt> |
---|
| 32 | <dd>To choose the prefered post syntax. Wiki is a simplified syntax |
---|
| 33 | and will be converted to valid xhtml ; Unless you have a perfect |
---|
| 34 | understanding of html, we advise you to choose the wiki syntax.</dd> |
---|
| 35 | |
---|
| 36 | <dt>Default entry status</dt> |
---|
| 37 | <dd>The default entry status can be set to: |
---|
| 38 | <ul> |
---|
| 39 | <li><strong>pending:</strong> the publication status has not yet been decided.</li> |
---|
| 40 | <li><strong>scheduled:</strong> the post will be set online at the time and date |
---|
| 41 | set in the <em>Published on</em> field.</li> |
---|
| 42 | <li><strong>unpublished:</strong> the post is offline.</li> |
---|
| 43 | <li><strong>published:</strong> the post is online.</li> |
---|
| 44 | </ul> |
---|
| 45 | </dd> |
---|
| 46 | |
---|
| 47 | <dt>Entry edit field height</dt> |
---|
| 48 | <dd>The height of the Entry edit field. Defaults to 24.</dd> |
---|
| 49 | |
---|
| 50 | <dt>User language</dt> |
---|
| 51 | <dd>The language in wich one publishes his posts. If the translation exists, |
---|
| 52 | the interface will also be displayed in that language.</dd> |
---|
| 53 | |
---|
| 54 | <dt>User timezone</dt> |
---|
| 55 | <dd>That choice will define the time displayed on post publication.</dd> |
---|
| 56 | |
---|
| 57 | <dt>Password change required to connect</dt> |
---|
| 58 | <dd>Check this box to force the new user to change his password on login.</dd> |
---|
| 59 | |
---|
| 60 | <dt>Super administrator</dt> |
---|
| 61 | <dd>This choice will give all permissions to the user on all of your installation's blogs.</dd> |
---|
| 62 | </dl> |
---|
| 63 | |
---|
| 64 | <h3>Tags</h3> |
---|
| 65 | <dl> |
---|
| 66 | <dt>Tags list format</dt> |
---|
| 67 | <dd>This choice allows, in post editing page, to display all available tags |
---|
| 68 | or only most used ones.</dd> |
---|
| 69 | </dl> |
---|
| 70 | </body> |
---|
[146] | 71 | </html> |
---|