summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-02-06 16:27:14 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-02-06 16:31:47 -0300
commit7e8c64770da710c4f9807d7789bae87fa44f4026 (patch)
tree75447449ce6dc7bc733e1bba9a0d6413d13a358f /changes
parent1b46f9174bbde68e04edd187edfda76183e22c54 (diff)
Take care of None value for the uuid.
Receiving a None value was raising an exception that didn't show up since was trapped inside the srpauth:logout method. [Closes #4995] [Closes #5071]
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-4995_error-on-every-logout1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-4995_error-on-every-logout b/changes/bug-4995_error-on-every-logout
new file mode 100644
index 00000000..beb4e4c2
--- /dev/null
+++ b/changes/bug-4995_error-on-every-logout
@@ -0,0 +1 @@
+- Fix "Something went wrong with the logout" misleading error in every logout. Closes #4995 and #5071.