summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-07-24 17:58:56 -0300
committerTomás Touceda <chiiph@leap.se>2014-07-25 11:38:49 -0300
commitdbfcb48a5d4d3aee80ed8dd7b20e61994ddbb667 (patch)
treeda90508f7004d3ce3df4b435b227dc680afb5500 /changes
parent3a99419a4e55dd7675e5d57961bf42f2725251f1 (diff)
Disable user/pass remembering temporarily.
Set the keyring to None in order to simulate an always unavailable keyring, that way we avoid the possibility of the user running into the existing keyring issues. See https://leap.se/code/issues/4190 Update comparisons to do a proper comparison with `None`. Fix login widget 'enabled' changer in order to change the 'remember' widget *only* if we have an usable keyring.
Diffstat (limited to 'changes')
-rw-r--r--changes/disable-user-pass-remembering1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/disable-user-pass-remembering b/changes/disable-user-pass-remembering
new file mode 100644
index 00000000..45411001
--- /dev/null
+++ b/changes/disable-user-pass-remembering
@@ -0,0 +1 @@
+- Temporarily disable username/password remembering to avoid keyring issues. Related to #4190.