-
-
Notifications
You must be signed in to change notification settings - Fork 19
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] Logging in shouldn't require duplicate entry of credentials #156
Comments
@joewiz I can confirm that I have seen the same problem for longer than I can remember. I always assumed the issue was something with my browser as no-one else seemed to have mentioned it. Thanks for confirming it's not just me! |
hm, would have liked to look into that. However i cannot reproduce that and also haven't experienced that before (which makes it kind of hard to fix it ;) Could you guys give more details like OS, Browser (Version) etc. ? |
I am using latest Chrome on macOS 11.2.3. |
same here - hm, any plugins? |
@JoernT Nope. |
that's crazy - seems we have exact same configurations in respect to that and i never experienced this issue. |
@joewiz You also reported this. Perhaps you could share the details of your setup? |
Hi @JoernT
I have openend the developer tools and tracked the network when requesting http://localhost:8080/exist/apps/dashboard/index.html and after submitting the login overlay, and I have observed the console logs. This is was happens:
|
Almost every time I open dashboard and try to log in to a dba-only resource, I have to authenticate twice, via these dialogs:
In addition, when tabbing out of the password field in the dialog shown in the 1st screenshot above, the focus should be on the Submit button, so that the form can be submitted via spacebar.
The text was updated successfully, but these errors were encountered: