# Unable to log into my discourse - "You can't log in as xxx from that IP address."

**URL:** https://meta.discourse.org/t/unable-to-log-into-my-discourse-you-cant-log-in-as-xxx-from-that-ip-address/27128
**Category:** Support
**Created:** [2015 年4 月 2 日 17:17 UTC](https://meta.discourse.org/t/unable-to-log-into-my-discourse-you-cant-log-in-as-xxx-from-that-ip-address/27128 "2015-04-02T17:17:08Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### 作者： ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### 发布日期： [2015 年4 月 2 日 18:38 UTC](https://meta.discourse.org/t/unable-to-log-into-my-discourse-you-cant-log-in-as-xxx-from-that-ip-address/27128/2 "2015-04-02T18:38:48Z")

</div>

You’ll need to go into the rails console or postgresql command line and delete the ScreenedIpAddress record for your IP address.

```plaintext
s = ScreenedIpAddress.match_for_ip_address("...")
s.destroy

```

---

_[View the full topic](https://meta.discourse.org/t/unable-to-log-into-my-discourse-you-cant-log-in-as-xxx-from-that-ip-address/27128)._
