mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[GH-ISSUE #345] 用户名邮件没有匹配大小写导致小号邮箱没有正常接收[BUG] #116
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @666-eth on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/345
复现步骤
预期行为
部署方式
浏览器环境
@dreamhunter2333 commented on GitHub (Jul 12, 2024):
感谢反馈,我想一下怎么修复,邮箱大小写目前是区分的,我考虑下是否全部转为小写来匹配
@dreamhunter2333 commented on GitHub (Jul 14, 2024):
v0.6.0
Breaking Changes
DB changes: 增加用户角色表, 需要执行
db/2024-07-14-patch.sql更新D1数据库Changes
worker 配置文件新增
DEFAULT_DOMAINS,USER_ROLES,USER_DEFAULT_ROLE, 具体查看文档 worker配置apiV1相关代码和相关的数据库表admin/statisticsapi, 添加用户统计信息lowercase处理admin可以设置用户角色(目前可配置每个角色域名和前缀)@666-eth commented on GitHub (Jul 20, 2024):
你太棒了,加油