# Can't login after removing all bot user agents from site setting

**URL:** https://meta.discourse.org/t/cant-login-after-removing-all-bot-user-agents-from-site-setting/74704
**Category:** Support
**Created:** [Novembro 23, 2017, 7:56pm UTC](https://meta.discourse.org/t/cant-login-after-removing-all-bot-user-agents-from-site-setting/74704 "2017-11-23T19:56:17Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [Novembro 23, 2017, 9:42pm UTC](https://meta.discourse.org/t/cant-login-after-removing-all-bot-user-agents-from-site-setting/74704/4 "2017-11-23T21:42:28Z")

</div>

> [@atb1248](#):
>
> I suppose I’ll have to fix this by SSH. Any idea on the steps involved to rebuild that list and fix this?

Here’s how to fix your issue

```plaintext
# ssh into your server
cd /var/discourse
./launcher enter app
rails c
SiteSetting.crawler_user_agents = "*"

```

BTW, if your site is invite only, no bot will be able to crawl it 😉

---

_[View the full topic](https://meta.discourse.org/t/cant-login-after-removing-all-bot-user-agents-from-site-setting/74704)._
