~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/kdepasswd/kcm/kcm_useraccount_pass.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2009-04-05 05:22:13 UTC
  • mfrom: (0.4.2 experimental) (0.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 235.
  • Revision ID: james.westby@ubuntu.com-20090405052213-39thr4l6p2ss07uj
Tags: 4:4.2.2-1
* New upstream release:
  - khtml fixes. (Closes: #290285, #359680)
  - Default konsole sessions can be deleted. (Closes: #286342)
  - Tag widget uses standard application palette. (Closes: #444800)
  - ... and surely many more but we have lost track...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 
 
5
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
        <kcfgfile name="kdeglobals"/>
 
7
        <group name="Passwords">
 
8
                <entry name="EchoMode" type="Enum">
 
9
                        <label>Password echo type</label>
 
10
                        <choices>
 
11
                                <choice name="OneStar"/>
 
12
                                <choice name="ThreeStars"/>
 
13
                                <choice name="NoEcho"/>
 
14
                                <!-- TODO: We need a ShowPassword and implement it.
 
15
                                 We need to prompt for password before 
 
16
                                enabling it..-->
 
17
                        </choices>
 
18
                        <default>OneStar</default>
 
19
                </entry>
 
20
        </group>
 
21
</kcfg>