Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-71429] Fix deleting users via trashcan symbol #8131

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ THE SOFTWARE.
<td>
<j:if test="${user.canDelete()}">
<div class="jenkins-table__cell__button-wrapper">
<a href="${user.url}/delete" class="jenkins-table__button jenkins-!-destructive-color">
<l:confirmationLink href="${user.url}/doDelete" class="jenkins-table__button jenkins-!-destructive-color"
post="true" message="${%delete.user(user.displayName)}">
<l:icon src="symbol-trash" />
</a>
</l:confirmationLink>
</div>
</j:if>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ blurb=\
These users can log into Jenkins. This is a sub set of <a href="../asynchPeople">this list</a>, \
which also contains auto-created users who really just made some commits on some projects and have no \
direct Jenkins access.
delete.user=Delete Jenkins user ‘{0}’?