Update 'Change Password' logic on profile page #2

Open
opened 2026-04-26 09:48:08 +02:00 by troogs · 0 comments
Owner

The current 'Change Password' functionality on the profile page should be updated.

Requirements:

  1. When the user clicks the 'Change Password' button, a confirmation dialog should appear.
  2. This confirmation dialog should inform the user that a password reset link will be sent via email.
  3. After user confirmation, the email should be sent.
  4. The implementation should reuse the same logic as the 'Forgot Password' workflow to keep the code simple and consistent.

Goals:

  • Consistency with the existing password reset process.
  • Informing the user before triggering the email send.
The current 'Change Password' functionality on the profile page should be updated. Requirements: 1. When the user clicks the 'Change Password' button, a confirmation dialog should appear. 2. This confirmation dialog should inform the user that a password reset link will be sent via email. 3. After user confirmation, the email should be sent. 4. The implementation should reuse the same logic as the 'Forgot Password' workflow to keep the code simple and consistent. Goals: - Consistency with the existing password reset process. - Informing the user before triggering the email send.
troogs changed title from Update Passwort ändern Logik auf Profilseite to Update 'Change Password' logic on profile page 2026-04-26 09:48:34 +02:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: troogs/fs-onboarding#2