[GH-ISSUE #287] admin 管理页面一直提示 401 #92

Closed
opened 2026-02-26 20:35:35 +03:00 by kerem · 7 comments
Owner

Originally created by @rational-stars on GitHub (May 31, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/287

image 先说一下 这两个画框的我是没配置的 原谅我这么多问题 包容一下哈 感谢 image 这是我的配置截图 https://mail-air.pages.dev/admin 上面是我的前端 web 地址 image image image 还有我不是开启了 KV 嘛 ,在页面上找不到注册按钮

邮箱地址凭据 没搞懂是啥
image

Originally created by @rational-stars on GitHub (May 31, 2024). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/287 <img width="278" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/55a7c169-6821-413b-8ac9-faf16c132c4f"> 先说一下 这两个画框的我是没配置的 原谅我这么多问题 包容一下哈 感谢 <img width="663" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/3a6fd8ae-4ebc-4501-a38c-b38cda90e3f6"> 这是我的配置截图 https://mail-air.pages.dev/admin 上面是我的前端 web 地址 <img width="555" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/4f3ed061-e25c-452f-9ad8-109848ff8736"> <img width="1200" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/2bdd7ba9-7813-4fc4-a07e-a0eeb65d4ba2"> <img width="889" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/29780168-7e33-42ad-b61d-6eaf1ae21dd0"> 还有我不是开启了 KV 嘛 ,在页面上找不到注册按钮 邮箱地址凭据 没搞懂是啥 <img width="1119" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/7d037f2f-43f7-4b3f-857e-3dcf27d6df10">
kerem closed this issue 2026-02-26 20:35:36 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (May 31, 2024):

admin passwords 是个字符串列表,可以参考文档的例子

<!-- gh-comment-id:2141835991 --> @dreamhunter2333 commented on GitHub (May 31, 2024): admin passwords 是个字符串列表,可以参考文档的例子
Author
Owner

@dreamhunter2333 commented on GitHub (May 31, 2024):

配置文件中允许用户创建邮箱即可允许创建,用户登录可以在 admin 用户页面配置
https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html#%E4%BF%AE%E6%94%B9-wrangler-toml-%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6

<!-- gh-comment-id:2141840281 --> @dreamhunter2333 commented on GitHub (May 31, 2024): 配置文件中允许用户创建邮箱即可允许创建,用户登录可以在 admin 用户页面配置 https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html#%E4%BF%AE%E6%94%B9-wrangler-toml-%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6
Author
Owner

@rational-stars commented on GitHub (Jun 1, 2024):

配置文件中很荣幸能够创建邮箱即可允许创建,用户登录可以在管理员用户页面配置 https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html#%E4%BF%AE%E6%94%B9-wrangler-toml-%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6
好难啊 手打的数组加双引号字符串也用了 单引号字符串也用了 文档里的也复制了 不用数组的也试了 各种组合我都试完了 要么是 401 要是 500 我该怎么办 是因为我没有配置 DKIM 还是说密码有什么其他要求 6 位数的我也设置了也没用 还是说 填密码的时候 需要什么格式 填密码的时候 带引号的我也试了 不带引号的我也试了
image
输入密码 ["rational-stars.top"]和"rational-stars.top" 是 401 输入 rational-stars.top 是 500 我迷茫了
这是我地址 https://mail.rational-stars.top/admin

<!-- gh-comment-id:2143354843 --> @rational-stars commented on GitHub (Jun 1, 2024): > 配置文件中很荣幸能够创建邮箱即可允许创建,用户登录可以在管理员用户页面配置 https://temp-mail-docs.awsl.uk/zh/guide/cli/worker.html#%E4%BF%AE%E6%94%B9-wrangler-toml-%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6 好难啊 手打的数组加双引号字符串也用了 单引号字符串也用了 文档里的也复制了 不用数组的也试了 各种组合我都试完了 要么是 401 要是 500 我该怎么办 是因为我没有配置 DKIM 还是说密码有什么其他要求 6 位数的我也设置了也没用 还是说 填密码的时候 需要什么格式 填密码的时候 带引号的我也试了 不带引号的我也试了 <img width="519" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/ad7985cb-ba73-4a28-b308-59c19bf53353"> 输入密码 ["rational-stars.top"]和"rational-stars.top" 是 401 输入 rational-stars.top 是 500 我迷茫了 这是我地址 https://mail.rational-stars.top/admin
Author
Owner

@rational-stars commented on GitHub (Jun 1, 2024):

六一快乐 抽时间回就行

<!-- gh-comment-id:2143361384 --> @rational-stars commented on GitHub (Jun 1, 2024): 六一快乐 抽时间回就行
Author
Owner

@dreamhunter2333 commented on GitHub (Jun 1, 2024):

rational-stars.top

密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 DB

<!-- gh-comment-id:2143454782 --> @dreamhunter2333 commented on GitHub (Jun 1, 2024): > rational-stars.top 密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 `DB`
Author
Owner

@rational-stars commented on GitHub (Jun 1, 2024):

rational-stars.top

密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 DB
是数据库和 KV 名字的问题 不好意思 麻烦了 非常感谢 六一快乐

image
<!-- gh-comment-id:2143472283 --> @rational-stars commented on GitHub (Jun 1, 2024): > > rational-stars.top > > 密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 `DB` 是数据库和 KV 名字的问题 不好意思 麻烦了 非常感谢 六一快乐 <img width="613" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/dae1e07d-ec66-44b7-a30f-62b6639166a3">
Author
Owner

@dreamhunter2333 commented on GitHub (Jun 1, 2024):

rational-stars.top

密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 DB

是数据库和 KV 名字的问题 不好意思 麻烦了 非常感谢 六一快乐

image

变量名称可以参考 cli 部署 worker 的部分

<!-- gh-comment-id:2143484775 --> @dreamhunter2333 commented on GitHub (Jun 1, 2024): > > > rational-stars.top > > > > > > 密码看起来已经认证成功了,是不是没绑定 D1 数据库,或者名字不是 `DB` > > 是数据库和 KV 名字的问题 不好意思 麻烦了 非常感谢 六一快乐 > > > > <img width="613" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/65513250/dae1e07d-ec66-44b7-a30f-62b6639166a3"> > > > > 变量名称可以参考 cli 部署 worker 的部分
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/cloudflare_temp_email#92
No description provided.