Make reset password promt a password input
This commit is contained in:
@@ -19,6 +19,7 @@ account/resetpassword
|
|||||||
|
|
||||||
ForgotPassword
|
ForgotPassword
|
||||||
No notice something is happening when button pressed
|
No notice something is happening when button pressed
|
||||||
|
When the email is sent and waiting on timeout the error is : something went wrong and it should be cannot send email request that quickly
|
||||||
|
|
||||||
ForgotPassword Email / Resetpassword Email
|
ForgotPassword Email / Resetpassword Email
|
||||||
Needs styles that match the theme of the website
|
Needs styles that match the theme of the website
|
||||||
@@ -5,11 +5,11 @@
|
|||||||
<form class="center big-frame background-border">
|
<form class="center big-frame background-border">
|
||||||
<h3>Reset Password</h3>
|
<h3>Reset Password</h3>
|
||||||
<div class="frame-item">
|
<div class="frame-item">
|
||||||
<input type="text" placeholder=" " @bind="NewPassword" @onkeyup="OnKeyDown" />
|
<input type="password" placeholder=" " @bind="NewPassword" @onkeyup="OnKeyDown" />
|
||||||
<label>New Password</label>
|
<label>New Password</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="frame-item">
|
<div class="frame-item">
|
||||||
<input type="text" placeholder=" " @bind="RepeatPassword" @onkeyup="OnKeyDown" />
|
<input type="password" placeholder=" " @bind="RepeatPassword" @onkeyup="OnKeyDown" />
|
||||||
<label>Repeat New Password</label>
|
<label>Repeat New Password</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
|
|||||||
Reference in New Issue
Block a user