https://bugs.kde.org/show_bug.cgi?id=463066
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|REPORTED |RESOLVED CC| |n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- Did some investigation. We have this code: function userCreated(userCreated) { enabled = true changePassword.busy = false if (userCreated) { close() stackReplace(pendingStack.pop()) } } If no user was created--because it already existed--then the sheet doesn't get closed and the current page isn't changed. Seems like the issue here is a symptom of Bug 463067; if existing users were noticed earlier, we would never get in the situation in the first place. Marking as a duplicate of Bug 463067 since we should just fix that, and if we do, it will fix this. *** This bug has been marked as a duplicate of bug 463067 *** -- You are receiving this mail because: You are watching all bug changes.