Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new password hashing (PBKDF2-SHA1) #83

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2021

  1. Implement new password hashing (PBKDF2-SHA1)

    This change modifies the database and requires a database upgrade
    from within the lansuite admin area.
    
    After the database upgrade, the old MD5 user passwords will be
    automatically converted to PBKDF2-SHA1 on the next user login.
    Clan and team passwords will only be upgraded, when new passwords
    are set.
    
    PBKDF2-SHA1 was choosen for compatibility with the ejabberd XMPP
    server password storage.
    lxp authored and t-h-e committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    b80d0e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    c6a125a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    a868e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    9b87cd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    94d4558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4335f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    54756d7 View commit details
    Browse the repository at this point in the history
  2. Fix broken german umlaut

    andygrunwald committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1b57f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    f727443 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    02eef27 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    14c5173 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    2b5fe19 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    281fec3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    0782328 View commit details
    Browse the repository at this point in the history