mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-28 17:32:29 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user