stephb9959
2023-05-09 09:51:01 -07:00
parent 9d5855bc6e
commit 15c2f6a4fc
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<div class="info-card">
<h2 class="info-title">Reset Password</h2>
<form action="/api/v1/actionLink?action=password_reset" method="post" onsubmit="return validatePassword()" class="form-container">
<input type="hidden" id="custId" name="id" value="${UUID}">
<div class="form-control">
<label class="form-label" for="password1" ><b>New Password</b></label>
<input class="form-input" id="password1" type="password" placeholder="New password" name="password1" pattern="${PASSWORD_VALIDATION}" required>

View File

@@ -16,6 +16,7 @@
<div class="info-card">
<h2 class="info-title">Reset Password</h2>
<form action="/api/v1/actionLink?action=password_reset" method="post" onsubmit="return validatePassword()" class="form-container">
<input type="hidden" id="custId" name="id" value="${UUID}">
<div class="form-control">
<label class="form-label" for="password1" ><b>New Password</b></label>
<input class="form-input" id="password1" type="password" placeholder="New password" name="password1" pattern="${PASSWORD_VALIDATION}" required>