-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Bug: Browser extension have problems to fill out nextcloud pasword prompts #803
Comments
Wow. I'd like to see the page source code around the login form. I've seen icons behaving like that when there are some canvas elements. The observer that should hide them cannot access the canvas. |
What about the source code of those hoovering icons where database is closed? |
Any difference with the latest 1.6.5 release? |
Hi @varjolintu until now . Nothing has changed |
And what about https://github.com/keepassxreboot/keepassxc-browser/releases/tag/1.7.0-beta1 ? I have my own NextCloud now so I can do some more testing. Is the only way to get that password prompt to just wait? |
With 1.7.0 I'm seeing nextcloud has problems detecting the nextcloud TOTP field when using the "Two-Factor TOTP Provider" nextcloud plugin. The button to paste the TOTP does not appear anymore. This used to work before 1.7.0. Not sure if this is related. |
@madpilot78 Gotta test that one too. |
@varjolintu I noticed that with version 1.7.1, while the icon for the TOTP is still not appearing in the nextcloud totp login field, I now can paste it via the context menu, which is more practical than manual cut&paste from the keepassxc window. |
@madpilot78 Not good enough :) I'll try to fix it for 1.7.2. |
@madpilot78 This is fixed with #1022. |
This is now tracked in #1358. |
Nextcloud has the (security)feature that after a while when a user didn’t do any action on the webui and than e.g. after two hours he perform a task that require a password , Nextcloud displays a separate password prompt (see picture) .
The browser extension in Firefox and chrome can’t recognize this single password prompt and can’t fill it out .
The second bug is that the password fill out button (the red/green one) are duplicated here .
The text was updated successfully, but these errors were encountered: