Skip to content

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

Open
joshtrichards wants to merge 2 commits into
masterfrom
jtr/fix-sse-personal-settings
Open

fix(encryption): bind personal private key password inputs#62027
joshtrichards wants to merge 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

Fixes #61955 

Signed-off-by: Josh <josh.t.richards@gmail.com>
@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

@joshtrichards joshtrichards marked this pull request as ready for review July 11, 2026 19:02
@joshtrichards joshtrichards requested a review from a team as a code owner July 11, 2026 19:02
@joshtrichards joshtrichards requested review from nfebe and sorbaugh and removed request for a team July 11, 2026 19:02
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

2 participants