Undefined Constant AUTH_KEY
-
Hey, great little plugin.
I’m inserting a captcha manually in a custom form like:
<?php echo $MathCatpcha->generate_captcha_phrase('default'); ?>
And doing some custom validation based upon the logic in you class-core file. I see that you’re using a constant AUTH_KEY, but that isn’t defined anywhere. And I’m getting errors in my logs about it.
Am I missing something? Can this value be swapped out for another constant of my choosing? Or should I just define it on my own?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined Constant AUTH_KEY’ is closed to new replies.