testing messages
This commit is contained in:
@@ -16,7 +16,21 @@
|
||||
<!-- User Settings Title -->
|
||||
<h2 class="text-center" th:text="#{account.accountSettings}">User Settings</h2>
|
||||
<hr>
|
||||
<div th:if="${changeCredsFlag}" class="alert alert-success" th:text="#{changeCredsMessage}"></div>
|
||||
<div th:if="${notAuthenticated}" class="alert alert-danger" role="alert">
|
||||
User not authenticated.
|
||||
</div>
|
||||
<div th:if="${userNotFound}" class="alert alert-danger" role="alert">
|
||||
User not found.
|
||||
</div>
|
||||
<div th:if="${incorrectPassword}" class="alert alert-danger" role="alert">
|
||||
Current password is incorrect.
|
||||
</div>
|
||||
<div th:if="${usernameExists}" class="alert alert-danger" role="alert">
|
||||
New username already exists.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- At the top of the user settings -->
|
||||
<h3 class="text-center"><span th:text="#{welcome} + ' ' + ${username}">User</span>!</h3>
|
||||
|
||||
Reference in New Issue
Block a user