1

I'm using PHP, HTML, JavaScript, etc. for my website. Now the scenario is I've a login form which has two fields Username(input type="text") and Password(input type="password"). When the page loads for the first time and I enter the username and password values the browser asks for Remember Password option.

I clicked on Remember Password.Then the login form gets close and first page after login is opened. Till now everything works fine.

Issue :

  • I'm facing is in New User Registration form which I can access after logging in. This User Registration form has three fields viz. Username(input type="text"), Password(input type="password") and Email(input type="email").

  • When I click on a hyperlink for User Registration form the web page containing User Registration form loads but it loads with two fields filled with values. The Username field contains the username I entered while logging in and the Password field contains the password I entered while logging in. At the time of login I've set the Remember Password option in browser.

I'm having this problem in Google Chrome. In Mozilla Firefox it's working fine. No more filled fields are there when the USer Registration form page loads.

halfer
  • 18,701
  • 13
  • 79
  • 158
PHPLover
  • 7,021
  • 32
  • 90
  • 182

0 Answers0