# 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:** 1
**Showing post:** 6

<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?

---

_[View the full topic](https://meta.discourse.org/t/no-login-signup-form/83154)._
