Browse Source

reset password

feature/Redmine-18711-Receiver_Module_for_Web
Dinesh 12 months ago
parent
commit
60b22be6cc
  1. BIN
      CustomerOnlineV2/.vs/CustomerOnlineV2/DesignTimeBuild/.dtbcache.v2
  2. BIN
      CustomerOnlineV2/.vs/CustomerOnlineV2/FileContentIndex/54a7b64f-7e47-4e23-8422-8fc87ff7dacf.vsidx
  3. BIN
      CustomerOnlineV2/.vs/CustomerOnlineV2/FileContentIndex/f45833f4-297c-4a69-872a-aae3c0d63619.vsidx
  4. BIN
      CustomerOnlineV2/.vs/CustomerOnlineV2/v17/.suo
  5. BIN
      CustomerOnlineV2/.vs/ProjectEvaluation/customeronlinev2.metadata.v7.bin
  6. BIN
      CustomerOnlineV2/.vs/ProjectEvaluation/customeronlinev2.projects.v7.bin
  7. 9
      CustomerOnlineV2/CustomerOnlineV2/Views/Account/ResetPassword.cshtml
  8. BIN
      CustomerOnlineV2/CustomerOnlineV2/bin/Debug/net7.0/CustomerOnlineV2.dll
  9. BIN
      CustomerOnlineV2/CustomerOnlineV2/bin/Debug/net7.0/CustomerOnlineV2.pdb
  10. BIN
      CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/CustomerOnlineV2.dll
  11. BIN
      CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/CustomerOnlineV2.pdb
  12. BIN
      CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/ref/CustomerOnlineV2.dll
  13. BIN
      CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/refint/CustomerOnlineV2.dll

BIN
CustomerOnlineV2/.vs/CustomerOnlineV2/DesignTimeBuild/.dtbcache.v2

BIN
CustomerOnlineV2/.vs/CustomerOnlineV2/FileContentIndex/54a7b64f-7e47-4e23-8422-8fc87ff7dacf.vsidx

BIN
CustomerOnlineV2/.vs/CustomerOnlineV2/FileContentIndex/f45833f4-297c-4a69-872a-aae3c0d63619.vsidx

BIN
CustomerOnlineV2/.vs/CustomerOnlineV2/v17/.suo

BIN
CustomerOnlineV2/.vs/ProjectEvaluation/customeronlinev2.metadata.v7.bin

BIN
CustomerOnlineV2/.vs/ProjectEvaluation/customeronlinev2.projects.v7.bin

9
CustomerOnlineV2/CustomerOnlineV2/Views/Account/ResetPassword.cshtml

@ -20,10 +20,9 @@
<div class="text-3"> Reset passowrd is simple, your can reset your password right away</div>
<p class="sec-subtitle"></p>
</div>
@* <form action="dashboard-new.html" class=""> *@
<form asp-controller="Account" id="reset-form" asp-action="ResetPassword" method="post" novalidate>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<form action="dashboard-new.html" id="reset-form" class="">
@* <form asp-controller="Account" id="reset-form" asp-action="ResetPassword" method="post" novalidate>*@ <div class="form-floating mb-3">
<input type="email" class="form-control" asp-for="Username" placeholder="name@example.com">
<label for="floatingInput">Email address</label>
</div>
@ -32,7 +31,7 @@
@* <button class="btn btn-primary btn-sumbit-blue" type="submit">Request for link</button> *@
<button type="submit" id="BtnReset" class="btn btn-lg btn-primary" style="width: 250px;">
<span class="resetText">Login Account</span>&nbsp;<div class="spinner-border text-success loading" role="status" style="display:none;"></div> <i class="fa fa-window-maximize px-2 loginText" aria-hidden="true"></i>
<span class="resetText">Request For Link</span>&nbsp;<div class="spinner-border text-success loading" role="status" style="display:none;"></div>
</button>
</div>
</div>

BIN
CustomerOnlineV2/CustomerOnlineV2/bin/Debug/net7.0/CustomerOnlineV2.dll

BIN
CustomerOnlineV2/CustomerOnlineV2/bin/Debug/net7.0/CustomerOnlineV2.pdb

BIN
CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/CustomerOnlineV2.dll

BIN
CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/CustomerOnlineV2.pdb

BIN
CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/ref/CustomerOnlineV2.dll

BIN
CustomerOnlineV2/CustomerOnlineV2/obj/Debug/net7.0/refint/CustomerOnlineV2.dll

Loading…
Cancel
Save