delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / apps / doc / kdepasswd / index.docbook
blobd229d5a4a12190e2a7d79018797880cccc58ef0f
1 <?xml version="1.0" ?>
2 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
3 "dtd/kdex.dtd" [
4 <!ENTITY % addindex "IGNORE">
5 <!ENTITY % English "INCLUDE">
6 ]>
7 <article>
8 <articleinfo>
9 <authorgroup>
10 <author>
11 <firstname>Michael</firstname>
12 <surname>Anderson</surname>
13 <affiliation>
14 <address><email>nosrednaekim@gmail.com</email></address>
15 </affiliation>
16 </author>
17 <author><firstname>Anne-Marie</firstname>
18 <surname>Mahfouf</surname>
19 <affiliation>
20 <address><email>annma@kde.org</email></address>
21 </affiliation></author>
22 <!-- TRANS:ROLES_OF_TRANSLATORS -->
23 </authorgroup>
25 <date>2008-05-29</date>
26 <releaseinfo>1.0</releaseinfo>
28 <keywordset>
29 <keyword>KDE</keyword>
30 <keyword>System Settings</keyword>
31 <keyword>user</keyword>
32 <keyword>account</keyword>
33 <keyword>password</keyword>
34 </keywordset>
35 </articleinfo>
37 <sect1 id="kcm_useraccount">
38 <title><guilabel>User Information</guilabel></title>
39 <sect2 id="intro">
40 <title>Introduction</title>
42 <para>
43 <screenshot>
44 <screeninfo>Screenshot of the User Account Manager</screeninfo>
45 <mediaobject>
46 <imageobject>
47 <imagedata fileref="password.png" format="PNG"/>
48 </imageobject>
49 <textobject>
50 <phrase>The User Account Manager</phrase>
51 </textobject>
52 </mediaobject>
53 </screenshot>
54 </para>
56 <para>This is a system settings module to enter user information and configure basic user settings such as
57 the password and icon. This information and these settings will be used by various &kde;
58 applications (mail programs and word processors for example) if they are filled. You can:</para>
60 <itemizedlist>
61 <listitem><para>fill in personal information</para></listitem>
62 <listitem><para>change your user login password</para></listitem>
63 <listitem><para>set up the password prompt</para></listitem>
64 </itemizedlist>
66 </sect2>
68 <sect2 id="themes">
69 <title>User Icon</title>
71 <para>
72 This icon is used when the user logs in using a login manager. Clicking on it will allow you to change the image, either by using a provided icon or by setting one of yours. Click <guibutton>Apply</guibutton> to validate your change.
73 </para>
74 </sect2>
75 <sect2 id="user-info">
76 <title>User Information</title>
77 <variablelist>
78 <varlistentry><term><guilabel>Name:</guilabel></term>
79 <listitem>
80 <para>
81 Enter here the full name of the user.
82 </para>
83 </listitem>
84 </varlistentry>
86 <varlistentry><term><guilabel>Organization</guilabel></term>
87 <listitem>
88 <para>
89 You can add the business or group that the user would like to be associated with.
90 </para>
91 </listitem>
92 </varlistentry>
93 <varlistentry><term><guilabel>Email address:</guilabel></term>
94 <listitem>
95 <para>
96 Enter here the email address which will be associated with this user.
97 </para>
98 </listitem>
99 </varlistentry>
100 <varlistentry><term><guilabel>SMTP server:</guilabel></term>
101 <listitem>
102 <para>
103 You can indicate here a local smtp server for sending mail within a network.
104 </para>
105 </listitem>
106 </varlistentry>
107 <varlistentry><term><guilabel>User ID</guilabel></term>
108 <listitem>
109 <para>
110 This is an information only, it gives you your User ID. This number is defined in <filename>/etc/passwd</filename> and was set when your user account was created.
111 </para>
112 </listitem>
113 </varlistentry>
114 <varlistentry><term><guibutton>Change password...</guibutton></term>
115 <listitem>
116 <para>
117 Clicking this button will display a dialog to change your user password. Your user password is the one you log in your system with. You will be asked for your current password then twice for your new password.
118 </para>
119 </listitem>
120 </varlistentry>
121 </variablelist>
123 </sect2>
125 <sect2 id="password">
126 <title>At Password Prompt</title>
128 <para>
129 This section allows you to choose how you want to input your password when you are asked for it. Default is to have one star for each letter you type. You can change that to have three stars for each letter you type (making it more difficult to guess the number of letters if someone is looking). You can also choose to have nothing displayed while you type your password, making this operation even more secure.
130 </para>
132 </sect2>
134 </sect1>
135 </article>
137 <!--
138 Local Variables:
139 mode: xml
140 sgml-minimize-attributes:nil
141 sgml-general-insert-case:lower
142 sgml-indent-step:0
143 sgml-indent-data:nil
144 End:
146 vim:tabstop=2:shiftwidth=2:expandtab
147 kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;