Chrome could not save credentials for HTTP authentication

My version of chrome (6.0.472 from the Debian distribution) does not save or even asks to save the username and password of the auth user. Nothing useful was found on the network, except how to correct sources and rebuild them.

I'm talking about the HTTP authentication protocol (Basic), and not about application-level authentication (html form).

I tried directly inserting a row into Login Data.loginssqlite3 table to no avail:

sqlite> insert into logins (origin_url, action_url, username_element, username_value, password_element,
> password_value, signon_realm,ssl_valid,preferred,date_created,blacklisted_by_user,scheme)
> VALUES ("http://website.com/","http://website.com/","username","******","password","*****","http://website.com",O,1,1304597401,0,0);

I know this is a problem for some versions, but I hope this can be related by inserting the correct values ​​into the sqlite table.

+3
source share
1 answer
0

All Articles