Open petertgiles opened 3 weeks ago
Proposal: magic link sent by helpdesk that accelerates flow, make it faster and less error-prone for help desk.
Help desk answers questions to send link to user. When they click the link it automates change. Only for gov?
✨ Feature
Sometimes our users get locked out of their accounts. Since GCKey accounts cannot be recovered our only recourse is to ask them to create a new GCKey account and then we can reattach it to their app account.
🕵️ Details
The flow of the feature:
The only missing piece to make this work is a process to create a new GCKey account and capture the new sub without automatically creating a new app account. We should create a new login flow to make this easy.
🎨 Design
📸 Screenshot
🙋♀️ Proposed Implementation
Create a new log in page that adds something to the session to instruct Laravel to not create a User model but instead just dump out the sub value in an easy to capture page.
🌎 Localization
✅ Acceptance Criteria
🛑 Blockers