Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not save login credentials on website #2438

Open
katonagl opened this issue Jan 17, 2025 · 1 comment
Open

Does not save login credentials on website #2438

katonagl opened this issue Jan 17, 2025 · 1 comment

Comments

@katonagl
Copy link

The browser plugin 1.9.6 in Firefox 133.0.3 on openSUSE Tumbleweed does not offer to save the credentials for the following page.

Exact login URL and the URL of your entry or entries: https://netbroker.erstebroker.hu/netbroker/Logon.aspx

Dump of console output from the page: Hope this is needed, it is copied from Web developer tools (ctrl-shift-k)/Console

[Debug keepassxc-browser.js:230] KeePassXC-Browser - Input fields found: [global.js:160:13](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) Array(3) [ input#ctl04_un, input#ctl04_uk, input#ctl04_pw ] ​ 0: <input id="ctl04_un" name="ctl04$un" type="text" autocomplete="off">​ 1: <input id="ctl04_uk" name="ctl04$uk" type="text" maxlength="7">​ 2: <input id="ctl04_pw" name="ctl04$pw" type="password"> ​ length: 3 ​ <prototype>: Array [] [global.js:163:17](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) [Debug ] KeePassXC-Browser - Login field combinations identified: [global.js:160:13](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) Array [ {…} ] ​ 0: Object { username: input#ctl04_un, password: input#ctl04_pw , passwordInputs: (1) […], … } ​ length: 1 ​ <prototype>: Array [] [global.js:163:17](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) [Debug fields.js:199] KeePassXC-Browser - Input fields found: [global.js:160:13](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) Array(3) [ input#ctl04_un, input#ctl04_uk, input#ctl04_pw ] ​ 0: <input id="ctl04_un" name="ctl04$un" type="text" autocomplete="off">​ 1: <input id="ctl04_uk" name="ctl04$uk" type="text" maxlength="7">​ 2: <input id="ctl04_pw" name="ctl04$pw" type="password"> ​ length: 3 ​ <prototype>: Array [] [global.js:163:17](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) [Debug ] KeePassXC-Browser - Login field combinations identified: [global.js:160:13](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js) Array [ {…} ] ​ 0: Object { username: input#ctl04_un, password: input#ctl04_pw , passwordInputs: (1) […], … } ​ length: 1 ​ <prototype>: Array [] [global.js:163:17](moz-extension://c7229ac9-de60-4028-961b-6bf02245862b/common/global.js)​

Have you tried Username-Only Detection, choosing Custom Fields etc.: Yes, nothing changes

Are you using Autofill instead of the manual one: not relevant

Does it affect the Username Icon, Autocomplete Menu, Popup Menu? not relevant

@katonagl
Copy link
Author

I was experimenting a bit. In a clean and fresh browser profile I could save credentials, but only once. The second time I tried with different data it did not offer to save. Additionally, despite setting the first field as username, the second one as string and the last one as password, it only saves the username and the password fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants