Making the browser remember username and password

Making the browser remember username and password

Unfortunately this is not an standard or part of the HTML specification. Each browser has its own methods of determining then when and where of username and password fields. Here are a few tips to enable this feature in browsers in your IntraWeb application.

  • For the login button set ButtonType = btSubmit
  • Use TIWEdit components and make sure their names contain the substrings User and Password.
  • Set the password TIWEdit to mask the input.
  • Using the words “login”, “password”, etc on the page may help trigger this behavior.

Credits

Thanks to IntraWeb user Dan Kloke.