# No login/signup form

**URL:** https://meta.discourse.org/t/no-login-signup-form/83154
**Category:** Support
**Created:** [3월 16, 2018, 2:54오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154 "2018-03-16T14:54:37Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![twyK](https://avatars.discourse-cdn.com/v4/letter/t/7feea3/32.png) [@twyK](https://meta.discourse.org/u/twyK)
#### Post date: [3월 16, 2018, 2:54오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/1 "2018-03-16T14:54:38Z")

</div>

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…

 ![Ar5jumv](https://global.discourse-cdn.com/meta/original/4X/e/6/4/e643c18cdee7e7e41f84f708a42c83ed016a1c25.png)

---

<div class="post-metadata">

### Author: ![Noah751](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/noah751/32/82274_2.png) [@Noah751](https://meta.discourse.org/u/Noah751)
#### Post date: [3월 16, 2018, 2:59오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/2 "2018-03-16T14:59:51Z")

</div>

Have you disabled local logins in your site settings?

---

<div class="post-metadata">

### Author: ![twyK](https://avatars.discourse-cdn.com/v4/letter/t/7feea3/32.png) [@twyK](https://meta.discourse.org/u/twyK)
#### Post date: [3월 16, 2018, 3:06오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/3 "2018-03-16T15:06:52Z")

</div>

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

Thanks for the reply 🙂

---

<div class="post-metadata">

### Author: ![Noah751](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/noah751/32/82274_2.png) [@Noah751](https://meta.discourse.org/u/Noah751)
#### Post date: [3월 16, 2018, 3:12오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/4 "2018-03-16T15:12:58Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![twyK](https://avatars.discourse-cdn.com/v4/letter/t/7feea3/32.png) [@twyK](https://meta.discourse.org/u/twyK)
#### Post date: [3월 16, 2018, 3:13오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/5 "2018-03-16T15:13:44Z")

</div>

I have installed myself

---

<div class="post-metadata">

### Author: ![Noah751](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/noah751/32/82274_2.png) [@Noah751](https://meta.discourse.org/u/Noah751)
#### Post date: [3월 16, 2018, 3:26오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/6 "2018-03-16T15:26:24Z")

</div>

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:

> [@How to change a site setting via the Console](https://meta.discourse.org/t/how-to-change-a-site-setting-via-the-console/32761/9):
>
> After running : “bundle exec rails c” I’m getting an error : “Could not locate Gemfile” How to fix it?

---

<div class="post-metadata">

### Author: ![twyK](https://avatars.discourse-cdn.com/v4/letter/t/7feea3/32.png) [@twyK](https://meta.discourse.org/u/twyK)
#### Post date: [3월 16, 2018, 3:35오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/7 "2018-03-16T15:35:27Z")

</div>

> [@Noah751](#):
>
> SiteSetting.enable\_local\_logins = true

Thanks you very much, this works!

But the bundle command don’t worked for me:

```plaintext
bundle exec rails c

```

I needed to use only

```plaintext
rails c

```

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [3월 29, 2018, 10:00오후 UTC](https://meta.discourse.org/t/no-login-signup-form/83154/9 "2018-03-29T22:00:22Z")

</div>

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