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

Add reset password api #474

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Add reset password api #474

merged 1 commit into from
Aug 16, 2023

Conversation

trueleo
Copy link
Contributor

@trueleo trueleo commented Aug 15, 2023

Description

A reset password API is added so that any user's password can be reset by admin.

POST /api/v1/user/{username}/generate-new-password

This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

@trueleo trueleo marked this pull request as ready for review August 16, 2023 14:56
@nitisht nitisht merged commit 873f843 into parseablehq:main Aug 16, 2023
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 16, 2023
@trueleo trueleo deleted the gen_pass branch August 17, 2023 11:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants