Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 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...