From 551a92a0317acf6c61ace0afde47312d99a0054b Mon Sep 17 00:00:00 2001 From: Zdenek Stursa <90236729+zdenek-stursa@users.noreply.github.com> Date: Sun, 10 May 2026 20:37:46 +0200 Subject: [PATCH] fix: redirect to login and validate input on password reset flow (#7521) Co-authored-by: Claude Sonnet 4.6 Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Michael Genson --- frontend/app/pages/forgot-password.vue | 21 ++++++++++++++++++--- frontend/app/pages/reset-password.vue | 17 ++++++++++++++--- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/frontend/app/pages/forgot-password.vue b/frontend/app/pages/forgot-password.vue index 8570cc5ad..832d970c8 100644 --- a/frontend/app/pages/forgot-password.vue +++ b/frontend/app/pages/forgot-password.vue @@ -14,7 +14,7 @@ - +

{{ $t('user.forgot-password-text') }} @@ -63,11 +64,15 @@