Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6884199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:28:39+00:00 2026-05-27T05:28:39+00:00

Often on a website, if I enter the wrong password by mistake, I get

  • 0

Often on a website, if I enter the wrong password by mistake, I get a page back that indicates the wrong credentials, but Chrome (Or whatever) prompts me with “Would you like to remember this password?”

Is there any way to hint to the browser that now is not the time to ask, so that it only prompts if the user enters a correct password?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:28:40+00:00Added an answer on May 27, 2026 at 5:28 am

    You could use JQuery & Ajax to post the login form to the server and recieve a response back without ever reloading the page, thus avoiding this problem altogether.

    EDIT

    Something along the lines of this (untested):

    <div id="error"></div>
    <form id="loginForm" method="post">
      <input type="username" name="username" id="username">
      <input type="password" name="password" id="password">
      <input type="submit" value="Login">
    </form>
    
    <script>
      $(function(){
       $('#loginForm').submit(function(){
         // Ajax to check username/pass
        $.ajax({
          type: "POST"
        , url: "/login"
        , data: {
            username: $('#username').val()
          , password: $('#password').val()
          }
        , success: function(response) {
            if(response == 'OK'){
              $('#loginForm').submit()
            } else {
              $('#error').html('Invalid username or password')
            }
          }
       })
      })
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Routine maintenance on a website often involves verifying that links are valid, flagging bad
My client has a website but doesn't check emails often. He has a lot
I'm currently trying to scrape a website that has fairly poorly-formatted HTML (often missing
The wetransfer website often has background images that scale when you resize the browser.
Often, you have a set of events (visits to a website, price information, whatever)
I have a website and I check the 404 errors I get quite often.
I have a website with HTML5 video. When viewing the page with Google Chrome,
I often see that websites use more than one page to display their information,
Users of our website often type in a lot of garbage for the name
I often use the website www.cplusplus.com as a reference when writing C code. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.