mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #911] [CLOSED] Fix email case sensitivity #547
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/911
Author: @peterforeman
Created: 9/3/2025
Status: ❌ Closed
Base:
main← Head:fix-email-case-sensitivity📝 Commits (5)
065f91f.35be585Added makefile for easy building/pushing52a8b54- Updated NL translation from crowdin.63f16bdUpdated dutch translations + mails to dutch94cd271Merge remote-tracking branch 'upstream/main'📊 Changes
16 files changed (+67 additions, -45 deletions)
View changed files
➕
Makefile(+4 -0)📝
backend/resources/email-templates/api-key-expiring-soon_html.tmpl(+5 -5)📝
backend/resources/email-templates/api-key-expiring-soon_text.tmpl(+5 -5)📝
backend/resources/email-templates/components/email_html.tmpl(+1 -1)📝
backend/resources/email-templates/components/email_text.tmpl(+1 -1)📝
backend/resources/email-templates/login-with-new-device_html.tmpl(+8 -8)📝
backend/resources/email-templates/login-with-new-device_text.tmpl(+9 -9)📝
backend/resources/email-templates/one-time-access_html.tmpl(+3 -3)📝
backend/resources/email-templates/one-time-access_text.tmpl(+4 -4)📝
backend/resources/email-templates/test_html.tmpl(+1 -1)📝
backend/resources/email-templates/test_text.tmpl(+1 -1)📝
frontend/src/lib/components/header/header.svelte(+1 -1)📝
frontend/src/routes/+page.ts(+12 -0)📝
frontend/src/routes/login/+page.svelte(+10 -1)📝
frontend/src/routes/settings/+layout.svelte(+1 -4)📝
frontend/src/routes/settings/+page.ts(+1 -1)📄 Description
Fix for #910
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.