Content
You are here:
Recaptcha Broken, I'm Locked Out
Added by Ukamaka Azikiwe almost 5 years ago
For some reason, the recaptcha is broken on my admin account and I cannot log in. It says Verify your account Please wait ... but then nothing loads.
How in the heck would I fix this from the command line?
See attached screenshot.
Yes, I'm using Edge in the screenshot but it's the same result across browsers.
Replies (2)
Hey,
do you see any requests on the recaptcha admin console? If not, they are likely being blocked by your network or browser.
You can disable recaptcha with the following command (packaged installation):
openproject run bundle exec rails runner "Setting.plugin_openproject_recaptcha = Setting.plugin_openproject_recaptcha.merge(recaptcha_type: 'disabled')"
In any case, I added Bug #32177 to ensure admin accounts are not checked via captcha.
Best
Oliver
Thank you for saving my ass!
And yes, that's a wise suggestion.
Oliver Günther wrote: