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>
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
18
<default>OneStar</default>