Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasith1234 committed Mar 21, 2021
1 parent 9675e0f commit 981a870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public/ForgotPassword_change.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@
<header class="header">
<h1>Try to remember this time!</h1>
</header>

<form action="changePassword" class="form" id="form">

<div class="form-control">
<label for="password">New password</label><br>

<input type="password" name="new_password" class="newPsw forgotChangePsw psw" id="new_password" placeholder="Enter new password">
<label for="password" class="form-label">New password</label>
<i class="far fa-eye" id="togglePassword"></i>
<i class="fa fa-check-circle"></i>
<i class="fa fa-exclamation-circle"></i>
<small>Error message</small>
</div>

<div class="form-control">
<label for="password">Confirm new password</label><br>

<input type="password" name="confirm_password" class="newPsw forgotChangePsw confirm" id="confirm_password" placeholder="Cofirm new password">
<label for="password" class="form-label">Confirm new password</label>
<i class="far fa-eye" id="togglePassword"></i>
<i class="fa fa-check-circle"></i>
<i class="fa fa-exclamation-circle"></i>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 981a870

Please sign in to comment.