I\'m working on a site that uses basic authentication. Using Chrome I\'ve logged in using the basic auth. I now want to remove the basic authentication details from the brow
Just do
https://newUsername:newPassword@example.com
...to override your old credentials.