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

Issue #223: Generate a random default root password #465

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

Commits on Oct 7, 2021

  1. Issue geerlingguy#223: Generate a random default root password

    Instead of hardcoding an insecure default password for the `root` mysql user, generate a random one as discussed in issue geerlingguy#223 .
    colans authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5de72c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daaea32 View commit details
    Browse the repository at this point in the history
  3. Issue geerlingguy#223: Set the root DB password from the ini file to …

    …prevent regeneration.
    Colan Schwartz committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    254fdf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Issue geerlingguy#223: Made the variable name for the auto-generated …

    …root password more descriptive.
    Colan Schwartz committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    055e6e1 View commit details
    Browse the repository at this point in the history
  2. Issue geerlingguy#223: Write the user's generated password using that…

    … to set it in the DB.
    Colan Schwartz committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    cf4d144 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Issue geerlingguy#223: Don't fetch user password from config when it'…

    …s not available/appropriate.
    Colan Schwartz committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    b6a2c40 View commit details
    Browse the repository at this point in the history
  2. Issue geerlingguy#223: Fixed some newly-introduced bad tests, essenti…

    …ally removing "is true".
    Colan Schwartz committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    9e251a0 View commit details
    Browse the repository at this point in the history