Skip to content

Commit

Permalink
Fix bug in omv-firstaid when trying to set a new admin password.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Aug 4, 2020
1 parent d962ebe commit d79ab77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deb/openmediavault/debian/changelog
@@ -1,3 +1,9 @@
openmediavault (5.5.6-1) stable; urgency=low

* Fix bug in omv-firstaid when trying to set a new admin password.

-- Volker Theile <volker.theile@openmediavault.org> Tue, 04 Aug 2020 20:46:45 +0200

openmediavault (5.5.5-1) stable; urgency=low

* Update locales.
Expand Down
Expand Up @@ -78,7 +78,8 @@ def execute(self):
width=30,
)
print("Updating control panel administrator password. Please wait ...")
openmediavault.rpc.call("WebGui", "setPassword", {"password": password})
openmediavault.rpc.call("UserMgmt", "setPasswordByContext",
{"password": password})
# openmediavault.rpc.call("Config", "applyChanges",
# { "modules": [], "force": False })
print(
Expand Down

0 comments on commit d79ab77

Please sign in to comment.