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

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

s = ScreenedIpAddress.match_for_ip_address("...")
s.destroy
1 Like