Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Captcha configurable #310

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

ip6li
Copy link

@ip6li ip6li commented Sep 4, 2023

Make captcha configurable in application.properties:

app.captcha.login.enabled=false
app.captcha.delete.enabled=false
app.captcha.imprint.enabled=true
app.captcha.password.enabled=false
app.captcha.register.enabled=true

In original code captcha is not implemented for registration, this pull request implements configurable captcha for registration, also.

This was referenced Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ top pull request Top pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants