Woodpecker IT | Woodpecker TT | AVS                  deutsch english

Woodpecker Issue Tracker ist ein extrem flexibles, komplett webbasiertes System zur Prozess-, Anforderungs- und Fehlerverfolgung auf Workflowbasis.

Version 10.1.0

  • Change: The login process was modernized on a technical level:
    • A newer hash algorithm is now used (Argon2)
    • The implementation in IssueTracker was largely aligned to the implementation in the sister product TimeTracker
    • It is now possible to authenticate users via LDAP:
    • In order to do this, three new LDAP settings must be define on the server in db_settings.php (LDAP_AUTH_ENABLE, LDAP_SERVER, LDAP_PORT), see blank.db_settings.php
    • For each user which should authenticate so, the checkbox "Authenticate via LDAP" must be checked under "Settings / Edit user", and the full DN of the user in LDAP must be entered (DN = Distinguished Name)
    • At login, the user is determined by username, if that user has LDAP enabled, the previously entered DN is used together with the password to authenticate against the LDAP server. If this is successful, the user is also authenticated in Woodpecker.
    • Note: LDAP should only be used if the Webserver and the LDAP server are located in the same local network, because the password is potentially transmitted without encryption.
    • The delay after a failed login is no longer a fixed value of 2 seconds, but can now be configured via a new setting LOGIN_DELAY in db_settings.php (see blank.db_settings.php)
    • The session is no longer always destroyed when opening start.php. If a valid session still exists, it is resumed without having to log in again.
  • Change: When changing a password, it was up to now possible to set an empty password, this is no longer allowed
  • Change: text in the database is now stored with encoding utf8mb4, which makes it possible to use Unicode characters with codes above 65535, such as Emojis
Back