[PR #7334] [MERGED] [AI] Fix password login broken when OIDC is enabled #56395

Closed
opened 2026-05-01 04:14:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7334
Author: @MatissJanis
Created: 3/30/2026
Status: Merged
Merged: 4/2/2026
Merged by: @MatissJanis

Base: masterHead: fix/password-login-with-oidc


📝 Commits (4)

  • aae7c9b [AI] Fix password login broken when OIDC is enabled (#7331)
  • 9612969 Add release notes for PR #7334
  • 271da00 Update getLoginMethod to validate client-requested login methods against the auth database
  • 7878cb3 Merge branch 'fix/password-login-with-oidc' of github.com:actualbudget/actual into fix/password-login-with-oidc

📊 Changes

3 files changed (+49 additions, -7 deletions)

View changed files

📝 packages/sync-server/src/account-db.js (+4 -5)
📝 packages/sync-server/src/app-account.test.js (+39 -2)
upcoming-release-notes/7334.md (+6 -0)

📄 Description

Fix for https://github.com/actualbudget/actual/issues/7331


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7334 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/30/2026 **Status:** ✅ Merged **Merged:** 4/2/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix/password-login-with-oidc` --- ### 📝 Commits (4) - [`aae7c9b`](https://github.com/actualbudget/actual/commit/aae7c9b5608b243b913d198213749cf64869d3c6) [AI] Fix password login broken when OIDC is enabled (#7331) - [`9612969`](https://github.com/actualbudget/actual/commit/96129698f8f2c5dd18eb8ee624719c85dcf9d9f7) Add release notes for PR #7334 - [`271da00`](https://github.com/actualbudget/actual/commit/271da004c6d0c1c66b7ee680b4be7e4690e17554) Update getLoginMethod to validate client-requested login methods against the auth database - [`7878cb3`](https://github.com/actualbudget/actual/commit/7878cb37275105c18b0b303efb62fbd47e9184ff) Merge branch 'fix/password-login-with-oidc' of github.com:actualbudget/actual into fix/password-login-with-oidc ### 📊 Changes **3 files changed** (+49 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/account-db.js` (+4 -5) 📝 `packages/sync-server/src/app-account.test.js` (+39 -2) ➕ `upcoming-release-notes/7334.md` (+6 -0) </details> ### 📄 Description Fix for https://github.com/actualbudget/actual/issues/7331 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 04:14:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#56395