No login/signup form

Hello, I’ve set up a Discourse forum some days ago, today I was going to login but when I press the button, the form doesn’t appear…

Have you disabled local logins in your site settings?

No, but I’m not so sure.
Can I see the config file, without logging in?

Thanks for the reply :slight_smile:

You cannot see/change settings without being logged in to your admin account, do you have a hosted instance or have you installed it yourself?

1 Like

I have installed myself

If you cannot login to your admin account via the social logins, you can change site settings via the console

In your /discourse file, add this

 rails c
SiteSetting.enable_local_logins = true

Make sure to run this in your ./launcher enter app container

Proof here:

5 Likes

Thanks you very much, this works!

But the bundle command don’t worked for me:

bundle exec rails c

I needed to use only

rails c
2 Likes

This topic was automatically closed after 24 hours. New replies are no longer allowed.