FluxCP
FluxCP copied to clipboard
Captcha enabled by default
Environment
- PHP: 8
- MySQL: MariaDB10
Current Behavior
FluxCP is designed to work out-of-the-box in testing enrivonments after the initial installation process is complete. Errors are produced regarding missing Captcha due to the setting UseCaptcha
being set to true
by default, though the keys are left as ...
.
Expected Behavior
No errors. Users should have the ability to set this to true if they intend on using Captcha.
Steps To Reproduce
Install FluxCP and attempt to create an account.
Anything else?
No response
Are you thinking of passing UseCaptcha to false?
I am indeed.
I believe it could be default false
and if it is true
and the keys are like ...
a disclaimer appears and the image not show
What do you think? @Akkarinage
That is what I alluded to - I haven't created a PR myself to allow others a chance at increasing their Hacktoberfest count. 👍
I can take =) put the hacktoberfest tag and I can do it here
@Akkarinage Sorry for the delay, but I think that solves it.