Skip to main content
Topic: Verification Code is gone (Read 2595 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Verification Code is gone

Hi!

The verification code is gone, even the settings for it in the ACP.

But other users can see it during the registration process. Only I can't see it. Why?
To check if it's the cache again, I delete the whole Browser cache (from every Browser), used Tor-Browser and VPN connection.

Edit:
I've installed a few Mods, but I can't say after which Mod this happened. At SMF this issue was caused because of a BOM.

Re: Verification Code is gone

Reply #1

hmm... can you give us the list of addons installed?
Bugs creator.
Features destroyer.
Template killer.

Re: Verification Code is gone

Reply #2

BBC FontAwesome Button   1.0   
BBC Gist Button   1.0   
Footer Menu   1.0   
Hide User Names   1.0   
Password Entropy   1.0   
reCaptcha   1.0.0
Recent Topics   0.0.4
Topic Solved   1.0   
User Agent Display   1.0   

They are all installed but not all are active, for example reCaptcha isn't activated atm.


EDIT:

it's definitely reCaptcha. Though it's not activated, the normal captcha will be gone.

Re: Verification Code is gone

Reply #3

Just a hunch: the addon may be written for 1.0 while you are running 1.1... a version conflict. I'm probably off base here, ignore me. :P
LiveGallery - Simple gallery addon for ElkArte

Re: Verification Code is gone

Reply #4

I'm running 1.0.10.

Re: Verification Code is gone

Reply #5

Try a thing.
In sources/subs/ find the file reCaptcha.class.php, then after the line:
Code: [Select]
private $_userIP = null;
add the following:
Code: [Select]
private $show_captcha = false;
Bugs creator.
Features destroyer.
Template killer.

Re: Verification Code is gone

Reply #6

Sorry, nothing happened. With reCaptcha installed the code isn't showing.

Re: Verification Code is gone

Reply #7

Okay, same file, just after:
Code: [Select]
	$key = array_search('ReCaptcha', $known_verifications);
add:
Code: [Select]
	if ($key !== false)
unset($known_verifications[$key]);
That's for @Spuds to fix. :P
Bugs creator.
Features destroyer.
Template killer.

Re: Verification Code is gone

Reply #8

Thanks and done :D

Re: Verification Code is gone

Reply #9

Nope, still the same. No code, either in the settings nor on the registration site.

Re: Verification Code is gone

Reply #10

Strange.
Did you modify the file or installed the new package?
Bugs creator.
Features destroyer.
Template killer.

Re: Verification Code is gone

Reply #11

Which new package?

I modified the file.


EDIT:

installed the new package and everything is fine now.

Thanks for your help.

Re: Verification Code is gone

Reply #12

Great! :D
Bugs creator.
Features destroyer.
Template killer.