Skip to content

fix: clarify wrong authenticated signing session#7845

Merged
vitormattos merged 5 commits into
mainfrom
fix/7831-auth-required-page-state
Jul 3, 2026
Merged

fix: clarify wrong authenticated signing session#7845
vitormattos merged 5 commits into
mainfrom
fix/7831-auth-required-page-state

Conversation

@vitormattos

@vitormattos vitormattos commented Jun 30, 2026

Copy link
Copy Markdown
Member

Closes #7831.

Show an authentication-required state when a signing link is opened with a different authenticated Nextcloud session.

The signing flow remains blocked to preserve identity consistency and audit integrity, but the user guidance is now clearer and no longer presented as a system error.

Image Image

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Jun 30, 2026
@vitormattos vitormattos requested a review from YvesCesar June 30, 2026 20:01
@vitormattos

Copy link
Copy Markdown
Member Author

/backport to stable34

@vitormattos

Copy link
Copy Markdown
Member Author

/backport to stable33

@vitormattos

Copy link
Copy Markdown
Member Author

/backport to stable32

@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 1. to do in Roadmap Jul 3, 2026
@YvesCesar

Copy link
Copy Markdown
Contributor

@vitormattos

That sounds ok.

@vitormattos vitormattos merged commit 737f122 into main Jul 3, 2026
79 of 81 checks passed
@vitormattos vitormattos deleted the fix/7831-auth-required-page-state branch July 3, 2026 13:35
@github-project-automation github-project-automation Bot moved this from 1. to do to 4. to release in Roadmap Jul 3, 2026
@backportbot-libresign

Copy link
Copy Markdown

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

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/7845/stable32

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick bfba40c1 b0f995be 3851480f ebb7cfb8 7e13f8c3

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7845/stable32

Error: Failed to push branch backport/7845/stable32: remote: Invalid username or token. Password authentication is not supported for Git operations.
fatal: Authentication failed for 'https://github.com/LibreSign/libresign.git/'


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

@vitormattos

Copy link
Copy Markdown
Member Author

/backport to stable32

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

Labels

None yet

Projects

Status: 4. to release

Development

Successfully merging this pull request may close these issues.

Email sign links blocked when a Nextcloud session is already active

2 participants