diff --git a/cmd/photoprism/photoprism.go b/cmd/photoprism/photoprism.go index 3bc577b30..086a11190 100644 --- a/cmd/photoprism/photoprism.go +++ b/cmd/photoprism/photoprism.go @@ -62,6 +62,7 @@ func main() { commands.ResampleCommand, commands.MigrateCommand, commands.ConfigCommand, + commands.PasswdCommand, commands.VersionCommand, commands.StatusCommand, } diff --git a/frontend/src/pages/settings/account.vue b/frontend/src/pages/settings/account.vue index 127cb0bf3..c32701a1b 100644 --- a/frontend/src/pages/settings/account.vue +++ b/frontend/src/pages/settings/account.vue @@ -1,16 +1,15 @@