summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-auth.xml
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2014-09-15 16:09:52 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2014-09-17 13:45:46 +0200
commit276ca0f7537cbf4ba77d42e53286e8c19fb076c2 (patch)
treee85fe3b70f976bc3fea1fd334154121940cd3240 /src/virt-viewer-auth.xml
parente825e183a1b8087f9576dffff3461ef7bda89c0c (diff)
downloadvirt-viewer-276ca0f7537cbf4ba77d42e53286e8c19fb076c2.tar.gz
virt-viewer-276ca0f7537cbf4ba77d42e53286e8c19fb076c2.tar.xz
virt-viewer-276ca0f7537cbf4ba77d42e53286e8c19fb076c2.zip
Add support to view the password entry content
Allow users to check if the entered password is right and/org modify the password easily in case it's wrong.
Diffstat (limited to 'src/virt-viewer-auth.xml')
-rw-r--r--src/virt-viewer-auth.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/virt-viewer-auth.xml b/src/virt-viewer-auth.xml
index 0da1181..d307754 100644
--- a/src/virt-viewer-auth.xml
+++ b/src/virt-viewer-auth.xml
@@ -129,6 +129,20 @@
<property name="bottom_attach">2</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="show-password">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="active">False</property>
+ <property name="label" translatable="yes">Show password</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>