mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #386] [MERGED] feat: add DISABLE_ADMIN_PASSWORD_CHECK #555
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#555
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?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/386
Author: @dreamhunter2333
Created: 8/10/2024
Status: ✅ Merged
Merged: 8/10/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
4ffe582feat: add DISABLE_ADMIN_PASSWORD_CHECK📊 Changes
7 files changed (+20 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
vitepress-docs/docs/en/cli.md(+2 -0)📝
vitepress-docs/docs/zh/guide/cli/worker.md(+2 -0)📝
vitepress-docs/docs/zh/guide/feature/admin.md(+4 -0)📝
worker/src/types.d.ts(+1 -0)📝
worker/src/worker.ts(+8 -0)📝
worker/wrangler.toml.template(+2 -0)📄 Description
User description
#374
PR Type
Enhancement, Documentation
Description
DISABLE_ADMIN_PASSWORD_CHECKto theBindingstype definition.DISABLE_ADMIN_PASSWORD_CHECKin the admin authentication middleware to allow bypassing admin password checks.DISABLE_ADMIN_PASSWORD_CHECKconfiguration option in both English and Chinese CLI documentation.DISABLE_ADMIN_PASSWORD_CHECKoption.Changes walkthrough 📝
types.d.ts
Add `DISABLE_ADMIN_PASSWORD_CHECK` to Bindings typeworker/src/types.d.ts
DISABLE_ADMIN_PASSWORD_CHECKtoBindingstype.worker.ts
Implement `DISABLE_ADMIN_PASSWORD_CHECK` in admin middlewareworker/src/worker.ts
DISABLE_ADMIN_PASSWORD_CHECKin admin authenticationmiddleware.
wrangler.toml.template
Add `DISABLE_ADMIN_PASSWORD_CHECK` option in wrangler templateworker/wrangler.toml.template
DISABLE_ADMIN_PASSWORD_CHECKconfiguration option.cli.md
Document `DISABLE_ADMIN_PASSWORD_CHECK` option in CLI documentationvitepress-docs/docs/en/cli.md
DISABLE_ADMIN_PASSWORD_CHECKconfiguration option.worker.md
Document `DISABLE_ADMIN_PASSWORD_CHECK` option in Chinese CLI guidevitepress-docs/docs/zh/guide/cli/worker.md
DISABLE_ADMIN_PASSWORD_CHECKconfiguration option inChinese.
admin.md
Add `DISABLE_ADMIN_PASSWORD_CHECK` section in admin feature guidevitepress-docs/docs/zh/guide/feature/admin.md
DISABLE_ADMIN_PASSWORD_CHECKin admin featureguide.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.