Skip to content

Commit afc730f

Browse files
Revert "Deactivated change password - admin"
This reverts commit f761476.
1 parent f761476 commit afc730f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • Vehicle Rental System/src/main/resources/templates/admin

Vehicle Rental System/src/main/resources/templates/admin/header.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
class="nav-link dropdown-toggle" data-toggle="dropdown"
4545
th:utext="${username}"></a>
4646
<div class="dropdown-menu dropdown-menu-right">
47-
47+
<a th:href="@{/profile/changepassword}" class="dropdown-item">Change
48+
Password</a>
4849
<div class="dropdown-divider"></div>
4950
<a th:href="@{/logout}" class="dropdown-item">Logout</a>
5051
</div></li>
5152
</ul>
5253

5354
</div>
54-
</nav>
55+
</nav>

0 commit comments

Comments
 (0)