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

Support password_hash for Change Password API #75500

Merged
merged 9 commits into from Aug 10, 2021

Commits on Jul 19, 2021

  1. Support password_hash for Change Password API

    This change adds support for a password_hash field in the request
    body of the Change Password API. Clients can use this to pre-hash
    the password when making a change password request.
    jkakavas committed Jul 19, 2021
    Copy the full SHA
    8b335b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Update x-pack/docs/en/rest-api/security/change-password.asciidoc

    Co-authored-by: Tim Vernum <tim@adjective.org>
    jkakavas and tvernum committed Jul 20, 2021
    Copy the full SHA
    0278c8b View commit details
    Browse the repository at this point in the history
  2. Update x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/…

    …security/action/user/ChangePasswordRequestBuilder.java
    
    Co-authored-by: Tim Vernum <tim@adjective.org>
    jkakavas and tvernum committed Jul 20, 2021
    Copy the full SHA
    a78efcf View commit details
    Browse the repository at this point in the history
  3. add yml test

    jkakavas committed Jul 20, 2021
    Copy the full SHA
    3e2fa07 View commit details
    Browse the repository at this point in the history
  4. fix test

    jkakavas committed Jul 20, 2021
    Copy the full SHA
    e8a7ca9 View commit details
    Browse the repository at this point in the history
  5. fix test?

    jkakavas committed Jul 20, 2021
    Copy the full SHA
    2fc439e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a6022eb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. fix test

    jkakavas committed Aug 2, 2021
    Copy the full SHA
    89c35c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a19a70 View commit details
    Browse the repository at this point in the history