Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi guys,

We have the extended users module activated at all times and we've now noticed that the error reporting isn't working.
So if someone enters the wrong password or username (or anything else), it should be reported back.

I believe that's what this is for:
Code: Select all
<cms:if k_error >
    <div class="form-error">
        <i class="fa fa-exclamation-triangle"></i> <cms:show k_error />
    </div>
</cms:if>


We basically have the same code as in the file login.php which can be downloaded from here: viewtopic.php?f=5&t=8581

Any ideas why this isn't working?

Thank you,
Laduma
Hi,

Could you please post the full template you are using? That will help me in trying to duplicate the issue.

Thanks.
2 posts Page 1 of 1
cron