mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #529] [BUG] 输入正确密码依然无法登录admin #204
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#204
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 @jacklilyhello on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/529
复现步骤
按照教程部署之后, 尝试登录管理 /admin , 输入了正确的密码,但是依然显示 Unauthorized, your admin password is wrong ,

尝试改密码和更换浏览器, F12 控制台中未报错
预期行为
正常登录admin
部署方式
浏览器环境
Chrome
版本 131.0.6778.205
先祝福作者大大圣诞快乐, 麻烦作者大大抽空回复
@longsays commented on GitHub (Dec 25, 2024):
admin使用
ADMIN_PASSWORDS完整示例
ADMIN_PASSWORDS = ["123456"]值里面的括号引号不要丢了
@dreamhunter2333 commented on GitHub (Dec 25, 2024):
是的
["123456"]这么填写@jacklilyhello commented on GitHub (Dec 26, 2024):
感谢, 成功了
@jacklilyhello commented on GitHub (Dec 26, 2024):
谢谢作者大大提醒,
一个小建议, 可以在文档中间写上,值里面的括号引号不要丢
再次感谢