Skip to content

Enhance captcha functionality#182

Merged
f2c-ci-robot[bot] merged 1 commit intohalo-dev:mainfrom
liuyiwuqing:main
Jul 31, 2025
Merged

Enhance captcha functionality#182
f2c-ci-robot[bot] merged 1 commit intohalo-dev:mainfrom
liuyiwuqing:main

Conversation

@liuyiwuqing
Copy link
Copy Markdown
Contributor

@liuyiwuqing liuyiwuqing commented Jul 24, 2025

  • 算术验证码支持自定义运算范围

image
  • 字母数字组合验证支持是否忽略验证码大小写验证、自定义验证码长度

image

Fixes #179

增强验证码功能并优化配置

- 算术验证码支持自定义运算范围
- 字母数字组合验证支持是否忽略验证码大小写验证、自定义验证码长度
@f2c-ci-robot f2c-ci-robot Bot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Jul 24, 2025
@f2c-ci-robot f2c-ci-robot Bot requested review from JohnNiang and guqing July 24, 2025 10:45
@f2c-ci-robot f2c-ci-robot Bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jul 25, 2025
Copy link
Copy Markdown
Member

@JohnNiang JohnNiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ping @halo-dev/sig-halo

@ruibaby ruibaby changed the title feat(captcha): 增强验证码功能并优化配置 Enhance captcha functionality Jul 31, 2025
Copy link
Copy Markdown
Member

@ruibaby ruibaby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@f2c-ci-robot f2c-ci-robot Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2025
@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Jul 31, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ruibaby

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@f2c-ci-robot f2c-ci-robot Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 31, 2025
@f2c-ci-robot f2c-ci-robot Bot merged commit 8cac6ba into halo-dev:main Jul 31, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

提供范围在十以内的算术验证码

3 participants