On Monday 14 December 2009 14:21:09 Guillermo Adrián Molina wrote:
I don't understand - realm is a unique string, how can firefox then store multiple passwords for one realm?
Ah!, I didn't know that realm and url where different, sorry about that. What I actually meant is that I couldn't store more than one user/password information for the same site (url) with konqueror, May be I am not doing it ok. With my extension, I use a username+url combination for the entry in kwallet, konqueror just uses the url, so when new information arrives, it overwrites the old info (for the same site)
Realm is used in HTTP basic auth. Looking at konqueror-stored HTML form passwords, they are stored in Form Data/Maps with an entry key (for the whole map) of the full URL of the page with the form including its name (if any) eg http://signin.ebay.co.uk/ws2/eBayISAPI.dll#SignInForm then the map is a map of <form field->field value> . This allows multiple forms per URL not just per host. HTH Will -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org