[PR #770] [MERGED] fix(auth): only use query parameters instead of local storage for password reset token #6979

Closed
opened 2026-04-20 17:27:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/770
Author: @kolaente
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @kolaente

Base: mainHead: fix/pasword-reset-redirect


📝 Commits (1)

  • 8e36424 fix(auth): only use query parameters instead of local storage for password reset token

📊 Changes

11 files changed (+154 additions, -19 deletions)

View changed files

📝 .vscode/settings.json (+1 -1)
frontend/cypress/e2e/user/password-reset.spec.ts (+57 -0)
📝 frontend/cypress/factories/project.ts (+9 -1)
frontend/cypress/factories/token.ts (+29 -0)
📝 frontend/cypress/factories/user.ts (+15 -4)
📝 frontend/src/App.vue (+2 -2)
📝 frontend/src/i18n/lang/en.json (+2 -1)
📝 frontend/src/models/passwordReset.ts (+3 -1)
📝 frontend/src/router/index.ts (+12 -5)
📝 frontend/src/stores/auth.ts (+7 -0)
📝 frontend/src/views/user/PasswordReset.vue (+17 -4)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/682


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/770 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/pasword-reset-redirect` --- ### 📝 Commits (1) - [`8e36424`](https://github.com/go-vikunja/vikunja/commit/8e364247827cfd78e4f6b7c025e564a3bb63ec69) fix(auth): only use query parameters instead of local storage for password reset token ### 📊 Changes **11 files changed** (+154 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -1) ➕ `frontend/cypress/e2e/user/password-reset.spec.ts` (+57 -0) 📝 `frontend/cypress/factories/project.ts` (+9 -1) ➕ `frontend/cypress/factories/token.ts` (+29 -0) 📝 `frontend/cypress/factories/user.ts` (+15 -4) 📝 `frontend/src/App.vue` (+2 -2) 📝 `frontend/src/i18n/lang/en.json` (+2 -1) 📝 `frontend/src/models/passwordReset.ts` (+3 -1) 📝 `frontend/src/router/index.ts` (+12 -5) 📝 `frontend/src/stores/auth.ts` (+7 -0) 📝 `frontend/src/views/user/PasswordReset.vue` (+17 -4) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/682 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 17:27:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6979