summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-18 13:27:37 -0400
committerKali Kaneko <kali@leap.se>2015-09-18 13:36:35 -0400
commit978cbcc4c124fe3dcf05283d0790b828e072be25 (patch)
tree35093953549056458ad6d58d3861fc1189e8790f /changes
parentc110760ac5b710dd7220e639f3c3e25acd43a560 (diff)
[bug] correctly return expected value for methods that check services
these methods were returning None, and therefore breaking soledad password change (since it checks whether mail is enabled before changing soledad pass after srp pass change). - Resolves: #7470
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_7470_fix-service-enabled-method1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_7470_fix-service-enabled-method b/changes/bug_7470_fix-service-enabled-method
new file mode 100644
index 00000000..cc63dc57
--- /dev/null
+++ b/changes/bug_7470_fix-service-enabled-method
@@ -0,0 +1 @@
+- Fix bug with password change. Closes: #7470