Fixing a variable missmatch in #61. The global configuration snapshot (that is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict).
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION index e933c631..7e20819a 100644 --- a/ VERSION+++ b/ VERSION@@ -1 +1 @@ -2.0.6rc13
\ No newline at end of file +2.0.6rc15
\ No newline at end of file |