Skip to content

Commit

Permalink
Merge branch 'working' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshanath committed Mar 21, 2021
2 parents 9ebebf7 + 3a28519 commit 90edf09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions public/ForgotPassword_change.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,41 @@
<link rel="stylesheet" href="/css/loading_animations.css">
<!-- fa-eye and fa-eye-slash -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<title>Change Password</title>
</head>
<body>

<div class="container">
<header class="header">
<h1>Try to remember this time!!!</h1>
<h1>Try to remember this time!</h1>
</header>
<div class="img">
<img class="profile" src="resources/emoticon-square-smiling-face-with-closed-eyes.png">

</div>
<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>
<small>Error message</small>
</div>

<br><br><br><br>
<div class="form-control">
<button type="button" id="forgotChangePswSubmit" class="button forgotChangePsw">
<span class="buttonText">Save</span>
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 90edf09

Please sign in to comment.