Solved Option "Enable CAPTCHA for guests" does not enable it for login page.

This topic has been solved
J

Jonathan_Bathrough

Guest
Hello,

template "register_form" contains:
XML:

<xf:captcharow label="{{ phrase('verification') }}" hint="{{ phrase('required') }}" context="xf_register" />

template "login" contains:
XML:

Code:
                <xf:if is="$captcha">

                    <xf:captcharow label="{{ phrase('verification') }}" force="true" force-visible="true" context="xf_login" />

                </xf:if>

Captcha is enabled:
Code:

Code:
Setup -> Options -> User registration
"Enable CAPTCHA for guests" is set up to Use...

Read more

Continue reading...