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

Bcrypt #868

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

Bcrypt #868

wants to merge 10 commits into from

Commits on Jan 23, 2020

  1. create option to use bcrypt.

    BuildTools committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    f7ce3a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. fix error

    BuildTools committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    366cf21 View commit details
    Browse the repository at this point in the history
  2. fix typo

    BuildTools committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    319c3b4 View commit details
    Browse the repository at this point in the history
  3. set basic/bcrypt to be default

    BuildTools committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    8fd36b4 View commit details
    Browse the repository at this point in the history
  4. fix typo

    BuildTools committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    faaa559 View commit details
    Browse the repository at this point in the history
  5. Make admin password always hash to bcrypt when changing password.

    User now hashing according to BAIKAL_USER_AUTH_TYPE setting
    BuildTools committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    ade76e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

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

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    50fe686 View commit details
    Browse the repository at this point in the history
  2. ran php-cs-fixer and sabre-cs-fixer

    BuildTools committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e97f9fe View commit details
    Browse the repository at this point in the history
  3. sabre-cs-fixer passes locally

    BuildTools committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    b1b0b49 View commit details
    Browse the repository at this point in the history