shield icon indicating copy to clipboard operation
shield copied to clipboard

feat: Resend Code Verification Time

Open warcooft opened this issue 1 year ago • 3 comments

Description

This pull request provides a delay time for each verification code sent to the user's email to avoid spam when the user continuously refreshes the page, improving performance and a comfortable experience for the user.

Checklist:

  • [x] Securely signed commits
  • [x] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [ ] Unit testing, with >80% coverage
  • [ ] User guide updated
  • [x] Conforms to style guide

warcooft avatar Jul 17 '24 17:07 warcooft

Please fix errors in GitHub Action checks, and add test code. Reference: https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md

kenjis avatar Jul 17 '24 21:07 kenjis

[!IMPORTANT] We expect all code changes or bug-fixes to be accompanied by one or more tests added to our test suite to prove the code works.

This PR does not have the necessary test code. If you want this PR to be reviewed, please add the test code. See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#unit-testing

If the test is not added, this PR will be closed.

kenjis avatar Aug 26 '24 23:08 kenjis

Hi all, I noticed this pull request has been pending for some time, any way I can jump on it?

davidnsai avatar Apr 30 '25 23:04 davidnsai