[PR #413] [MERGED] [Feature Request] Allow to disable default password log in after SSO … #1618

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

📋 Pull Request Information

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

Base: mainHead: disable-local-signup


📝 Commits (3)

  • df29d6a [Feature Request] Allow to disable default password log in after SSO is configured #406
  • 5cdc6d8 Merge branch 'main' into disable-local-signup
  • 8ca7882 rename local signups to password signups

📊 Changes

5 files changed (+15 additions, -3 deletions)

View changed files

📝 apps/web/components/signin/CredentialsForm.tsx (+2 -1)
📝 apps/web/lib/clientConfig.tsx (+1 -0)
📝 docs/docs/03-configuration.md (+1 -0)
📝 packages/shared/config.ts (+3 -0)
📝 packages/trpc/routers/users.ts (+8 -2)

📄 Description

…is configured #406

Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only


🔄 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/413 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 10/6/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `disable-local-signup` --- ### 📝 Commits (3) - [`df29d6a`](https://github.com/karakeep-app/karakeep/commit/df29d6a2bcec7c6982071c2af729d22a7eeec296) [Feature Request] Allow to disable default password log in after SSO is configured #406 - [`5cdc6d8`](https://github.com/karakeep-app/karakeep/commit/5cdc6d81f0dc87162d932bffc5ad562425f9d866) Merge branch 'main' into disable-local-signup - [`8ca7882`](https://github.com/karakeep-app/karakeep/commit/8ca78828107d03451ec3ade15520fbc83bdae8f3) rename local signups to password signups ### 📊 Changes **5 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/signin/CredentialsForm.tsx` (+2 -1) 📝 `apps/web/lib/clientConfig.tsx` (+1 -0) 📝 `docs/docs/03-configuration.md` (+1 -0) 📝 `packages/shared/config.ts` (+3 -0) 📝 `packages/trpc/routers/users.ts` (+8 -2) </details> ### 📄 Description …is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only --- <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:25 +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#1618
No description provided.