Skip to content

ログイン前のパスワード再設定ロジックの実装: frontend - #245

Merged
hmuto111 merged 7 commits into
developfrom
feature/#242
Feb 19, 2026
Merged

ログイン前のパスワード再設定ロジックの実装: frontend#245
hmuto111 merged 7 commits into
developfrom
feature/#242

Conversation

@hmuto111

Copy link
Copy Markdown
Contributor

対象イシュー

イシューリンク

#242

イシュー番号(自動クローズ用)

close #242

やったこと

  • このプルリクで何をしたのか?
  • フロントエンド
    • パスワード再設定のメール送信処理の実装
    • パスワード再設定ページでの再設定機能の実装
    • アカウント管理画面、アカウント削除機能の実装
    • ログイン画面の利用規約表示

やらないこと

  • このプルリクでやらないことは何か?(あれば。無いなら「無し」で OK)(やらない場合は、いつやるのかを明記する。)
  • アカウント削除機能、パスワード再設定機能以外の機能実装

できるようになること(ユーザ目線)

  • 何ができるようになるのか?(あれば。無いなら「無し」で OK)
  • パスワードの再設定ができるようになる
  • アカウント管理画面にて、対象アカウントの削除ができるようになる
  • ログイン画面から利用規約を表示できるようになる

できなくなること(ユーザ目線)

  • 何ができなくなるのか?(あれば。無いなら「無し」で OK)
  • 無し

動作確認

  • どのような動作確認を行ったのか? 結果はどうか? そもそも行ったのか?
  • パスワード再設定のメール送信・再送信ができるか
  • 無効なトークンでパスワード再設定ができないか
  • 利用規約が正しく表示されるか
  • アカウントが削除できるか(アカウントを参照するデータもともに削除できるか)

影響範囲

  • ない場合は「無し」
  • なし

テスト

  • ない場合は「無し」
  • 無し

備考

  • レビュワーへの参考情報(実装上の懸念点や注意点などあれば記載)

@hmuto111 hmuto111 self-assigned this Feb 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@productD5
productD5 requested a review from Copilot February 18, 2026 15:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 26 out of 26 changed files in this pull request and generated 10 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/src/app/routes/auth/emailSentConfirm.tsx Outdated
Comment thread frontend/src/app/routes/auth/passwordChange.tsx Outdated
Comment thread frontend/src/features/auth/hooks/useSendPasswordResetEmail.ts
Comment thread frontend/src/features/auth/hooks/useSendPasswordResetEmail.ts
Comment thread frontend/src/features/auth/hooks/usePasswordChange.ts
Comment thread frontend/src/features/auth/hooks/usePasswordChange.ts
Comment thread frontend/src/app/routes/app/management/account/accountEdit.tsx
Comment thread frontend/src/app/routes/app/management/account/accountEdit.tsx
Comment thread frontend/src/app/routes/app/management/account/accountEdit.tsx
Comment thread frontend/src/components/ui/header/header.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ログイン前のパスワード再設定ロジックの実装: frontend

2 participants