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

Fix password changing for SHA-1 mechanism #649 #650

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

Commits on Oct 27, 2022

  1. Add mechanism (SHA-1) to password_hash command

    Aleksandr Makhov committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    69819c5 View commit details
    Browse the repository at this point in the history
  2. roll back on master

    Aleksandr Makhov committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7f381ae View commit details
    Browse the repository at this point in the history
  3. Add mechanism (SHA-1) to password_hash command

    Aleksandr Makhov committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d46d3ef View commit details
    Browse the repository at this point in the history
  4. Add mechanism (default SHA1) to password_hash command

    According the ussie voxpupuli#649, the module ignore changes in passwrd hashes.
    Add the mechanism parameter to the password_hash command
    Changed unit test to mongodb_user due to new expected line generated for
    password_hash command.
    Aleksandr Makhov committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6d3cc73 View commit details
    Browse the repository at this point in the history