I have a new deployment of Discourse that I set up to use alongside Wordpress and I must have done something weird because I can’t see how to sign up - if I come in as a new user I see Sign Up
and Log In
buttons and get the Welcome! Let's create your account
pop-up but there are no buttons on it.
I assume this is because of a checkbox somewhere in the administration system, probably because I’m trying to set up Discord as a DiscordConnect SSO provider for Wordpress, but I can’t find any explanation of what is causing it. The logs are empty and so is my browser console. When I inspect the pop-up I see this:
<div class="create-account-login-buttons">
<div id="login-buttons" class="hidden ember-view"><!----></div>
</div>
Clearly that’s the spot where the login-buttons would be, but they aren’t in it. I can send invites from the administrator account, but I’m a little worried that if that gets signed-out I’ll never be able to get back in again…
I’m sure this is a common problem for newcomers, so apologies, but I couldn’t find anything on a search (probably because all the words in every search I tried to frame are very common in conversations here) so I’m reduced to asking.