Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

♻️ Simplify reset password logic by removing duplicate code #1440

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

Open
youneshenniwrites wants to merge 12 commits into fastapi:master
base: master
Choose a base branch
Loading
from youneshenniwrites:chore-refactor-api-routes

Conversation

Copy link

@youneshenniwrites youneshenniwrites commented Dec 3, 2024
edited
Loading

Description

This pull request refactors the reset_password API endpoint to delegate password hashing and database update logic to the existing crud.update_user method.

The original implementation in reset_password contained redundant code that is already handled in crud.py, resulting in unnecessary duplication.

This refactor aims to keep the password update process and database queries in one place (crud.py), making it easier to manage and update if needed.

stevleibelt reacted with thumbs up emoji
@youneshenniwrites youneshenniwrites changed the title (削除) chore: refactor reset password to avoid duplicate code (削除ここまで) (追記) Chore: refactor reset password to avoid duplicate code (追記ここまで) Dec 3, 2024
@youneshenniwrites youneshenniwrites changed the title (削除) Chore: refactor reset password to avoid duplicate code (削除ここまで) (追記) Refactor: Simplify Reset Password Logic by Removing Duplicate Code (追記ここまで) Dec 3, 2024
@alejsdev alejsdev changed the title (削除) Refactor: Simplify Reset Password Logic by Removing Duplicate Code (削除ここまで) (追記) ♻️ Simplify reset password logic by removing duplicate code (追記ここまで) Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /