@mattdjuk This could be something (clutching at straws a bit here)...
I was just looking in the cookies, I see these:
Screenshot 2022-05-26 113221.png
It has 2 express.sid cookies
1 is for forum.$$$$$$$.co.uk and the other is for .$$$$$$$.co.uk
Hi.
I registered and enabled google reCAPTCHA v2, then checked that it worked by test-registering a new account.
Then I upgraded the forum to the latest version v1.15.4. When I try to access the admin settings, I'm asked for login, but can no longer login because the captcha isn't shown.
The page is here:
The following Javascript error is shown in the browser:
"ReferenceError: onRecaptachaArgsReady is not defined /assets/nodebb.min.js?v=15ta92v3pkn:1"
I'm not sure if this was caused by upgrading, or enabling captcha. But how can I manually disable captcha, so I can manage to access the settings again?
I use mongodb.
@jonaski said in Empty captcha in login page, cant access admin settings:
onRecaptachaArgsReady
What version of the spam-be-gone plugin are you using? That function was removed in https://github.com/akhoury/nodebb-plugin-spam-be-gone/commit/cf54d03e877bee69c3e442885d2cec318a59a05f
Latest version is 0.7.6
@jonaski said in Empty captcha in login page, cant access admin settings:
onRecaptachaArgsReady
Looks like there was an issue in the plugin with the login page. Should be fixed in 0.7.7. Let me know if it works now.