You must Sign In to post a response.
  • Category: ASP.NET

    Asp.net website save password on browser

    Hi,

    I am working on a Asp.Net website application. None of the browsers (Like Chrome or Edge) is not asking for save password when I login through my Asp.net website application, but other sites like gmail.com or any other application which has login page asks for save password in browser.

    When I googled some refer it is related to browser related settings. Yes but the browsers are configured correctly to save the passwords.

    Thanks in advance.
  • #769743
    I think if any of the form have autocomplete="off" then it wont save passwords into ManagePassword group and wont gain back when you re login in the same browser.

    so, if you browse the web site url it used to display at right side corner with lock symbol and if we click on that then it will ask the confirmation to save passwords

    Again , when you relogin it with login page it will fill with saved passwords.

    So, in the browser we will be enable this save password setting like

    Settings->Advanced Settings->ManagePasswords->Auto-Sign in should be enabled

    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments