You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* accountmodify.ui: remove vertical spacers to let controls extend
* accountmodify.ui: move example as a third column after JID
* accountmodify.ui: JID field: add tip
* accountmodify.ui: move password as a second line after JID
* accountmodify.ui: move ck_scram_salted_password under password field
* accountmodify.ui: make ck_scram_salted_password true by default
accountmodify.ui: make ck_scram_salted_password true by default
When you enable this option you will not be able to find your password in config files. Only hash text will be there. So if you forget your password, it will be lost if you have not make a backup somewhere else.</string>
157
+
</property>
158
+
<propertyname="text">
159
+
<string>Store hash instead of plaintext password if server supports this feature.</string>
When you enable this option you will not be able to find your password in config files. Only hash text will be there. So if you forget your password, it will be lost if you have not make a backup somewhere else.</string>
1199
-
</property>
1200
-
<propertyname="text">
1201
-
<string>Store hash instead of plaintext password if server supports this feature.</string>
1202
-
</property>
1203
-
</widget>
1204
-
</item>
1205
-
<item>
1206
-
<spacer>
1207
-
<propertyname="orientation">
1208
-
<enum>Qt::Vertical</enum>
1209
-
</property>
1210
-
<propertyname="sizeType">
1211
-
<enum>QSizePolicy::Expanding</enum>
1212
-
</property>
1213
-
<propertyname="sizeHint"stdset="0">
1214
-
<size>
1215
-
<width>460</width>
1216
-
<height>0</height>
1217
-
</size>
1218
-
</property>
1219
-
</spacer>
1220
-
</item>
1221
1176
</layout>
1222
1177
</widget>
1223
1178
</widget>
@@ -1238,6 +1193,7 @@ When you enable this option you will not be able to find your password in config
1238
1193
<tabstop>le_jid</tabstop>
1239
1194
<tabstop>le_pass</tabstop>
1240
1195
<tabstop>pb_changepw</tabstop>
1196
+
<tabstop>ck_scram_salted_password</tabstop>
1241
1197
<tabstop>ck_auto</tabstop>
1242
1198
<tabstop>ck_connectAfterSleep</tabstop>
1243
1199
<tabstop>ck_autoSameStatus</tabstop>
@@ -1272,7 +1228,6 @@ When you enable this option you will not be able to find your password in config
0 commit comments