Skip to content

fix(encryption): bind personal private key password inputs - #62027

Merged
susnux merged 2 commits into
masterfrom
jtr/fix-sse-personal-settings
Jul 29, 2026
Merged

fix(encryption): bind personal private key password inputs#62027
susnux merged 2 commits into
masterfrom
jtr/fix-sse-personal-settings

Conversation

@joshtrichards

Copy link
Copy Markdown
Member

Summary

Bind the password inputs in SettingsPersonalChangePrivateKey.vue to the refs used by onSubmit().

Changes

  • add v-model binding for the old log-in password field
  • add v-model binding for the current log-in password field
  • mark both fields as required

TODO

  • Backport to whenever Vue implemented was changed (TBD but at least v34; possibly v33 too)
  • A follow-up PR should get implemented with frontend testing for SSE

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@joshtrichards

Copy link
Copy Markdown
Member Author

/compile

@joshtrichards joshtrichards added this to the Nextcloud 35 milestone Jul 11, 2026
@joshtrichards
joshtrichards requested a review from susnux July 11, 2026 19:01
@joshtrichards joshtrichards added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jul 11, 2026
@joshtrichards

Copy link
Copy Markdown
Member Author

/backport to stable34

@joshtrichards

Copy link
Copy Markdown
Member Author

/backport to stable33

@susnux

susnux commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

/compile rebase

@susnux
susnux requested review from kristian-zendato, leftybournes and salmart-dev and removed request for nfebe and sorbaugh July 29, 2026 14:15
Fixes #61955 

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command
nextcloud-command force-pushed the jtr/fix-sse-personal-settings branch from fcc58f6 to fddc188 Compare July 29, 2026 14:21
@susnux
susnux merged commit 3541356 into master Jul 29, 2026
132 checks passed
@susnux
susnux deleted the jtr/fix-sse-personal-settings branch July 29, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Errors when changing login password in a server with SSE user encryption

4 participants