framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

can't log into the forum

Open tacman opened this issue 9 months ago • 8 comments
trafficstars

Sorry, not sure the best place to post this. I can't log in with google, github, or even reset my password.

I have no reason to believe my IP would be restricted, so I think it might be an error on the server.

Image

tacman avatar Jan 31 '25 22:01 tacman

+1 Can confirm, this also happens to me. Also don't see why my IP address would be blocked. I could imagine this issue significantly limits the usage of this forum, so it would be great to have this solved.

femto-code avatar Feb 03 '25 08:02 femto-code

This is also preventing any new registrations (tested from ~10 different IPs/locations).

"New registrations are not allowed from your IP address."

@nolimits4web maybe some overzealous spam protection?

scp avatar Feb 03 '25 12:02 scp

Now upon any registration attempt (POST request to https://forum.framework7.io/u) receiving different error:

{
  "success": false,
  "message": "Incorrect username, email or password"
}

@nolimits4web

scp avatar Feb 05 '25 00:02 scp

and using auth service (GitHub) still returns:

{
  "success": false,
  "message": " New registrations are not allowed from your IP address.",
  "errors": {
    "ip_address": [
      "New registrations are not allowed from your IP address."
    ]
  },
  "values": {
    "name": "xxxxxxxx",
    "username": "xxxxxxxx",
    "email": "xxxxxxxx"
  },
  "is_developer": false
}

scp avatar Feb 05 '25 00:02 scp

Hi tacman, I'm one of the admins on the forum, and it's likely your IP address might have been blacklisted due to the sheer volume of spam that was being received.

There are basically two pathways forward here:

  • Notify us of your IP address, that we can whitelist, or
  • We reduce the amount of filtering (ie whitelisting all previously blocked IPs) and face the risk that the forum will become very bloated with spam comments

I'll update the forum settings in a few hours to allow all traffic, and we can track how things go from there. I hadn't realised the log-in troubles (I just tried logging in myself from a new location, and it failed) but my main machine is still logged-in.

kerrydp avatar Feb 05 '25 01:02 kerrydp

@tacman @scp @femto-code All IPs have been whitelisted now. Please let me know if you can successfully log in. Also, remember to report spam if you see it, it makes moderating a lot easier.

kerrydp avatar Feb 05 '25 03:02 kerrydp

@kerrydp - confirm fixed, thanks.

scp avatar Feb 05 '25 09:02 scp

Yep, logged in now, thanks!

tacman avatar Feb 05 '25 10:02 tacman