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

Status
This content is read-only, or is not open for further replies.

Jonathan_Bathrough

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom