Show clear feedback after forgot password submissions #21
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The forgot password page needs clear visual feedback so users know whether their reset-link request was accepted, rejected by validation, or throttled.
The current Laravel checkout uses Fortify’s reset password feature, a custom
PasswordResetControllerthat acceptsusername, and a shared auth session status component. The forgot password page already renderssession('status'), but this issue tracks making the success/error states explicit, accessible, and covered by tests.Scope
GET /forgot-password.POST /forgot-password.Acceptance Criteria
Test Coverage Required
ResetPassword.vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
POST /forgot-passwordjimmyb referenced this issue2024-01-14 14:49:14 -06:00
Show a Visual Notification When Using Forgot Password Pageto Show clear feedback after forgot password submissionsWork completed!