Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBenoit Lagarde <blagarde@centricsoftware.com>2023-01-04 22:30:19 +0300
committerBenoit Lagarde <blagarde@centricsoftware.com>2023-01-04 22:30:19 +0300
commitc55ab9b94500aadbc6270c059554266c7b8b981e (patch)
treeb85bd4f00c7ec9c24b8105eb19630ed55c06c35b /data
parent4f58b706a8c6c53c83b8409c09539b33e9ecb247 (diff)
Added ability to view passwords in the clear.
This feature could be made Active/Inactive in Preference > Security
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_preferences.glade41
1 files changed, 35 insertions, 6 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index 71fe2ef60..5b4f0aba7 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -1702,6 +1702,21 @@ It changes the background colour of connection names in the Remmina connection t
</packing>
</child>
<child>
+ <object class="GtkLabel" id="label_security_lock_view_passwords">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="tooltip-text" translatable="yes">Enter your Remmina password to view passwords</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <property name="margin-start">18</property>
+ <property name="label" translatable="yes" comments="“Require to view passwords” is “Require the Remmina password before to connect”, the Remmina password is the Master/Principal Password, that is used to protect Remmina from unauthorized use.">Require to view passwords</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">4</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkSwitch" id="switch_security_lock_connect">
<property name="visible">True</property>
<property name="can-focus">True</property>
@@ -1729,6 +1744,20 @@ It changes the background colour of connection names in the Remmina connection t
<property name="top-attach">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkSwitch" id="switch_security_lock_view_passwords">
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="halign">start</property>
+ <property name="valign">center</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">18</property>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="top-attach">4</property>
+ </packing>
+ </child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
@@ -1740,7 +1769,7 @@ It changes the background colour of connection names in the Remmina connection t
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">4</property>
+ <property name="top-attach">5</property>
</packing>
</child>
<child>
@@ -1763,7 +1792,7 @@ Except the "Weak" method, all the others are recommended, "Keystore" is the defa
</object>
<packing>
<property name="left-attach">1</property>
- <property name="top-attach">4</property>
+ <property name="top-attach">5</property>
</packing>
</child>
<child>
@@ -1778,7 +1807,7 @@ Except the "Weak" method, all the others are recommended, "Keystore" is the defa
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">5</property>
+ <property name="top-attach">6</property>
</packing>
</child>
<child>
@@ -1792,7 +1821,7 @@ Except the "Weak" method, all the others are recommended, "Keystore" is the defa
</object>
<packing>
<property name="left-attach">1</property>
- <property name="top-attach">5</property>
+ <property name="top-attach">6</property>
</packing>
</child>
<child>
@@ -1808,7 +1837,7 @@ Except the "Weak" method, all the others are recommended, "Keystore" is the defa
</object>
<packing>
<property name="left-attach">0</property>
- <property name="top-attach">6</property>
+ <property name="top-attach">7</property>
</packing>
</child>
<child>
@@ -1822,7 +1851,7 @@ Except the "Weak" method, all the others are recommended, "Keystore" is the defa
</object>
<packing>
<property name="left-attach">1</property>
- <property name="top-attach">6</property>
+ <property name="top-attach">7</property>
</packing>
</child>
</object>