Make reset password promt a password input
This commit is contained in:
@@ -19,6 +19,7 @@ account/resetpassword
|
||||
|
||||
ForgotPassword
|
||||
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
|
||||
Needs styles that match the theme of the website
|
||||
@@ -5,11 +5,11 @@
|
||||
<form class="center big-frame background-border">
|
||||
<h3>Reset Password</h3>
|
||||
<div class="frame-item">
|
||||
<input type="text" placeholder=" " @bind="NewPassword" @onkeyup="OnKeyDown" />
|
||||
<input type="password" placeholder=" " @bind="NewPassword" @onkeyup="OnKeyDown" />
|
||||
<label>New Password</label>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<div class="">
|
||||
|
||||
Reference in New Issue
Block a user