[PR #611] [CLOSED] Need a way to change email address of account #136 #1668

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/611
Author: @kamtschatka
Created: 11/2/2024
Status: Closed

Base: mainHead: change-email-1


📝 Commits (3)

  • ff1047e Need a way to change email address of account #136
  • 42e035f Merge branch 'main' into change-email-1
  • cd07adb remove the local user error message

📊 Changes

4 files changed (+196 additions, -4 deletions)

View changed files

📝 apps/web/app/settings/info/page.tsx (+10 -1)
apps/web/components/settings/ChangeEmailAddress.tsx (+122 -0)
📝 packages/shared/types/users.ts (+5 -0)
📝 packages/trpc/routers/users.ts (+59 -3)

📄 Description

added a way to change the email address for local users added another check to not show the change password/email UI to users with OAuth


🔄 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/611 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 11/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `change-email-1` --- ### 📝 Commits (3) - [`ff1047e`](https://github.com/karakeep-app/karakeep/commit/ff1047e4a25e6f40fd1174a88ad7aa97227e38bc) Need a way to change email address of account #136 - [`42e035f`](https://github.com/karakeep-app/karakeep/commit/42e035f3169cd45ce33958038a6b00778863c4b0) Merge branch 'main' into change-email-1 - [`cd07adb`](https://github.com/karakeep-app/karakeep/commit/cd07adbb5890fa36270ff0d517d653778439fd98) remove the local user error message ### 📊 Changes **4 files changed** (+196 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/settings/info/page.tsx` (+10 -1) ➕ `apps/web/components/settings/ChangeEmailAddress.tsx` (+122 -0) 📝 `packages/shared/types/users.ts` (+5 -0) 📝 `packages/trpc/routers/users.ts` (+59 -3) </details> ### 📄 Description added a way to change the email address for local users added another check to not show the change password/email UI to users with OAuth --- <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:38 +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#1668
No description provided.