Commit bd15eb3f authored by Antoine Millet's avatar Antoine Millet
Browse files

[bug#3962] Fixed success report in password handler.

parent 3fae9c99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ class CliHandler(OnlineCCHandler):
                    continue

                self._server.conf.set_password(obj['a'], password, method)
                errs.success(obj['id'], 'password updated')

        return errs.get_dict()