Make the captcha shorter #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "captcha-length"
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?
Let's make it easier for humans.
Makes captcha 4-5 (random) digits long instead of 6.
Checklist
The contributor guide contains information that will be helpful to first time contributors. There also are a few conditions for merging Pull Requests in Forgejo repositories. You are also welcome to join the Forgejo development chatroom.
Tests
*_test.go
for unit tests.tests/integration
directory if it involves interactions with a live Forgejo server.web_src/js/*.test.js
if it can be unit tested.tests/e2e/*.test.e2e.js
if it requires interactions with a live Forgejo server (see also the developer guide for JavaScript testing).Documentation
Release notes
release-notes/<pull request number>.md
to be be used for the release notes instead of the title.