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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. LDAP users can't log in but are not locked

LDAP users can't log in but are not locked

Added by Deleted user about 3 years ago

Hello there!

using OpenProject from the UCS AppCenter with

$ sudo univention-app info

UCS: 4.4-9 errata1216
Installed: 4.3/openproject=12.0.7

users created in the LDAP get synced over to OpenProject but cannot login. Users get the error message "Your account is temporarily locked", but looking at both the LDAP user object and the OpenProject user, both are not locked.

So far only locking the user using the rails console with

user = User.find_by(login: '$username')
user.lock!

and then unlocking using the OpenProject webinterface enables users to log in.

Is this a known issue?

Cheers

Timo


Replies (1)

[Solved] RE: LDAP users can't log in but are not locked - Added by Deleted user almost 3 years ago

Hello there!

we finally found the solution - the user tried to log in using the e-mail address, not the username.

No bug in OpenProject :)

Cheers

Timo

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