Skip to content

Commit

Permalink
also show internal user id
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Dec 20, 2023
1 parent 6a88ea4 commit 7c5ac70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/main/resources/templates/user/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h2>User <b th:text="${target.getBestName()}"></b>
<div th:if="${user.canGovern(target)}"> - <a class="ui-button" th:href="@{'/user/edit/'+${id}}">Edit</a></div>
<table>
<tbody>
<tr><td>Internal ID</td><td><input name="id" readonly th:value="${target.id}" type="text"></td></tr>
<tr><td>Name</td><td><input name="name" th:readonly="${!edit}" th:value="${target.name}" type="text"></td></tr>
<tr><td>Displayname</td><td><input name="name" th:readonly="${!edit}" th:value="${target.displayName}" type="text"></td></tr>
<tr><td>Email</td><td><input name="email" th:readonly="${!edit}" th:value="${target.email}" type="email"></td></tr>
Expand Down

0 comments on commit 7c5ac70

Please sign in to comment.