Hi
when we click on “login” the browser gives a modal login popup. Cancelling it leads to the actual login page. How can I make users go to the login page without having that popup before?
Thank you very much
Stefan
Hi
when we click on “login” the browser gives a modal login popup. Cancelling it leads to the actual login page. How can I make users go to the login page without having that popup before?
Thank you very much
Stefan
Hi, this is not related to XWiki. This is something custom on your side, done at the level of a front-end web server probably.
I did not configure anything at the web server, it’s deployed via the official docker-compose.yml.
Could this be related to the ldap-config?
There’s no authentication set up there. Maybe ask you admin sys.
Thing is, this pop up is accepting the xwiki logins. So it’s not a .htaccess file or anything like this (which we also didn’t put there, as it is just the plain docker-compose setup without almost any changes except activating the ldap extension). So since this pop up is coming from xwiki, we are having difficulty figuring out how to disable it or what is it’s origin exactly.
I can be completely wrong but I had such a login when I’ve switched to “basic” authentication instead of “form” in the xwiki.cfg (v-mounted to outside docker)
yes that would make sense since what you get is a basic auth dialog since you didn’t pass a username and password in the URL (see https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Authentication/#HBasicAuthentication).
I’m curious: why did you do that and what are you trying to achieve?
Thanks
I just checked, it wasn’t set to basic. Set it to “form” now and restarted, but the problem persists.