diff options
Diffstat (limited to 'doc/tdepasswd')
-rw-r--r-- | doc/tdepasswd/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdepasswd/Makefile.am | 3 | ||||
-rw-r--r-- | doc/tdepasswd/index.docbook | 59 |
3 files changed, 71 insertions, 0 deletions
diff --git a/doc/tdepasswd/CMakeLists.txt b/doc/tdepasswd/CMakeLists.txt new file mode 100644 index 000000000..8d0a4d04d --- /dev/null +++ b/doc/tdepasswd/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdepasswd ) diff --git a/doc/tdepasswd/Makefile.am b/doc/tdepasswd/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/tdepasswd/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdepasswd/index.docbook b/doc/tdepasswd/index.docbook new file mode 100644 index 000000000..c270f1962 --- /dev/null +++ b/doc/tdepasswd/index.docbook @@ -0,0 +1,59 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY tdepasswd "<application>TDE Passwd</application>"> + <!ENTITY kappname "&tdepasswd;"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<article lang="&language;"> +<title>The &kappname; Handbook</title> + +<articleinfo> +<title>The &kappname; Handbook</title> + +<authorgroup> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<!-- <legalnotice>&FDLNotice;</legalnotice> --> + +<abstract> +<para> +&kappname; is a utility to change user passwords. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>System Settings</keyword> +<keyword>kcontrol</keyword> +<keyword>user</keyword> +<keyword>account</keyword> +<keyword>password</keyword> +</keywordset> + +</articleinfo> + +<para> +Use this dialog to change your user password. Your user password +is the password used to log into your system. First enter your current password. Then you will be asked +for your new password and to confirm. +</para> + +<para> +When run as root, no password is required. Only the new password and confirmation are required. Passwords of other users can be changed by passing the <parameter>account name</parameter> as a parameter. Normally that requires root privileges and using <command>tdesu</command>. +</para> + +&underFDL; + +</article> |