login page asp.net core

Similar Posts

25 Comments

  1. Hello, how i can set that only authenticated users can see the Homepage dashboard and redirected them in the login page?

  2. Hello, thanks for your brilliant guide!
    How i can implement Hash password? I need to implement this in the Registration page?

    1. public ActionResult Validate(Admins admin)
      I am also Getting problem in same line. It should be changed to what exactly. Please help!!

  3. Is this source code uploaded anywhere? I see your Git repo does not have any repository with this AccountController in it?

  4. In the login page, it does a call to Account controller, it connects to Database and return true, but just return to login page again, it only reload login page, not going to Home-Index. Whats wrong? Please help me. Thanks.

Comments are closed.