Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Recaptcha Broken, I'm Locked Out

Recaptcha Broken, I'm Locked Out

Added by Ukamaka Azikiwe over 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)

RE: Recaptcha Broken, I'm Locked Out - Added by Oliver Günther over 5 years ago

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

RE: Recaptcha Broken, I'm Locked Out - Added by Ukamaka Azikiwe over 5 years ago

Thank you for saving my ass!

And yes, that's a wise suggestion.

Oliver Günther wrote:

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

  • (1 - 2/2)
Loading...