Skip to content

fix(lostpassord): Delete lost password token on password change - #54775

Merged
CarlSchwan merged 1 commit into
masterfrom
carl/delete-lostpassword-token
Sep 1, 2025
Merged

fix(lostpassord): Delete lost password token on password change#54775
CarlSchwan merged 1 commit into
masterfrom
carl/delete-lostpassword-token

Conversation

@CarlSchwan

Copy link
Copy Markdown
Member

Summary

Ensure the token is invalided when the user change their password

Checklist

@CarlSchwan
CarlSchwan requested a review from a team as a code ownerSeptember 1, 2025 08:43
@CarlSchwan
CarlSchwan requested review from ArtificialOwl, sorbaugh and yemkareems and removed request for a teamSeptember 1, 2025 08:43
@CarlSchwan
CarlSchwanforce-pushed the carl/delete-lostpassword-token branch from 8860212 to f9c5ca0CompareSeptember 1, 2025 09:28
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
@CarlSchwan
CarlSchwanforce-pushed the carl/delete-lostpassword-token branch from f9c5ca0 to 1d3c3cfCompareSeptember 1, 2025 09:36
@CarlSchwan

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

@CarlSchwan

Copy link
Copy Markdown
MemberAuthor

/backport to stable30

@AndyScherzingerAndyScherzinger added this to the Nextcloud 32 milestone Sep 1, 2025
@CarlSchwan
CarlSchwan merged commit 6ee2822 into masterSep 1, 2025
209 of 214 checks passed
@CarlSchwan
CarlSchwan deleted the carl/delete-lostpassword-token branch September 1, 2025 10:05
@backportbot

Copy link
Copy Markdown

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/54775/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 1d3c3cfb
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/54775/stable30

Error: Failed to check for changes with origin/stable30: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot

Copy link
Copy Markdown

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/54775/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 1d3c3cfb
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/54775/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@CarlSchwan@AndyScherzinger@provokateurin@skjnldsv