Table Of Contents

Getting Started

Change Log

Requirement

Setup & Configuration

Technical Information

Code Editing

FAQ

Credits

FAQ > Failed to reset password

Failed to reset password


  1. Open to /Views/Account/ResetPassword.cshtml

  2. Add the code below under @Html.AntiForgeryToken();

    @Html.AntiForgeryToken();
    **@Html.HiddenFor(m=> m.Code)**
    

    Untitled