[PR #502] [MERGED] [Feature Request] Allow to disable default password log in after SSO is configured #406 #1638

Closed
opened 2026-03-02 11:58:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/502
Author: @kamtschatka
Created: 10/6/2024
Status: Merged
Merged: 10/12/2024
Merged by: @MohamedBassem

Base: mainHead: disable-local-signin


📝 Commits (2)

  • 6d8f664 [Feature Request] Allow to disable default password log in after SSO is configured #406
  • 721c7ab [Feature Request] Allow to disable default password log in after SSO is configured #406

📊 Changes

8 files changed (+37 additions, -14 deletions)

View changed files

📝 apps/browser-extension/src/SignInPage.tsx (+1 -5)
📝 apps/web/components/signin/CredentialsForm.tsx (+16 -1)
📝 apps/web/lib/clientConfig.tsx (+1 -1)
📝 docs/docs/03-configuration.md (+2 -2)
📝 packages/shared/config.ts (+3 -3)
📝 packages/trpc/auth.ts (+4 -0)
📝 packages/trpc/routers/apiKeys.ts (+8 -0)
📝 packages/trpc/routers/users.ts (+2 -2)

📄 Description

changed the flag to also disallow logging in via password
The extensions will also no longer be allowed to log in via username/password then


🔄 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/karakeep-app/karakeep/pull/502 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `disable-local-signin` --- ### 📝 Commits (2) - [`6d8f664`](https://github.com/karakeep-app/karakeep/commit/6d8f6644f12786e37c6e520968555e75f0ac426b) [Feature Request] Allow to disable default password log in after SSO is configured #406 - [`721c7ab`](https://github.com/karakeep-app/karakeep/commit/721c7ab368698b198fec40bea8670dec51759e51) [Feature Request] Allow to disable default password log in after SSO is configured #406 ### 📊 Changes **8 files changed** (+37 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/src/SignInPage.tsx` (+1 -5) 📝 `apps/web/components/signin/CredentialsForm.tsx` (+16 -1) 📝 `apps/web/lib/clientConfig.tsx` (+1 -1) 📝 `docs/docs/03-configuration.md` (+2 -2) 📝 `packages/shared/config.ts` (+3 -3) 📝 `packages/trpc/auth.ts` (+4 -0) 📝 `packages/trpc/routers/apiKeys.ts` (+8 -0) 📝 `packages/trpc/routers/users.ts` (+2 -2) </details> ### 📄 Description changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1638
No description provided.