Can you please post a link to your forum or send it to me? that looks odd and I don’t really know the context of that screenshot. also, the title of this topic says “upper left”, but your post says “lower left”.
It is a private forum, and it only started in the later releases of discourse.
When it first happens, when one first accesses the login page, it is in the upper left. When one refreshes the page, the splash screen shows up, and more often than not, the upper left login is then at the bottom left.
Can you check your page source so I know what version you are on? Just right click on any discourse page in your site, select View Page Source, or something close to that wording and look to see what is to the right of this:
content="Discourse 3.4.0.beta1-dev -
There should be a long string like: e7b7886d8390b22ab33615dacffd6cf74ae6e25d
yea I know what the version source is and where it is located. I’m on
Discourse 3.4.0.beta1-dev - version aeaae9babc4166833600a940fe2fb372cd44fd8d
that screenshot you provided doesn’t really look like discourse to me, or at least something in core. That looks like something being fed from another site possibly, perhaps because:
how are the users authenticating? is it through another app or website?
If I am doing something wrong please let me know if you have an inkling, but I haven’t changed much at all except to update discourse several times as updates became available over the weekend. Same case with my other issue with Group avatars in another topic I created first.
I can only repro this by knowingly custom hacking the CSS code in the console to display: block on a private instance (but it doesn’t give me unauthorized access to anything, just shows the login fields).
Do you see it in an incognito browser or in private browsing mode?
WRONG SEE CORRECTION: If I try to login via those available inputs, it does not log me in but rather repaints the screen and drops me at the splash, without those lower inputs visible.
Same behavior on my iPhone on cell service, so I don’t think it is a computer or network issue.
CORRECTION: If I try to login via those available inputs, it does not log me in but rather repaints the screen and drops me at the splash, WITH those blank lower inputs still visible.
Does it happen in safe mode? As it’s the login screen, you may need to manually append this to your site address - [YourSite]/login?safe_mode=no_themes%2Cno_plugins
I also cannot reproduce this issue. I’m on a slightly more current version - 3.4.0.beta1-dev (32195ed77e)
A couple of basics to help narrow it down - is this a standard install? And what plugins and/or theme components do you have installed?
curious if anyone has an nginx reverse proxy Content Security Policy defined in nginx.conf, or elsewhere, that does not cause issues like JammyDodger pointed out?
I can play around with this tonight, just trying to get ahead in the interim.