I’ve got a report from a specific user that when they try logging into our forum they get the error “There is a problem with your account. Please contact the site’s administrator.”
We use SSO. I haven’t heard of this from any other users, and we’ve got a lot of them. I don’t know really anything else about the technical side of our installation – one of our developers just told me that it’s an issue on the Discourse side of things. What should I do?
I had the same error, with several of our users. Turns out that these users had not used the forum before, only our main site, so SSO was registering them as new as they logging in, and their IP range already had several registered users (possibly because of signing in from a university, or because we’re using Cloudflare which tends to mess up incoming IP addresses). So the Discourse “max new accounts per registration ip” setting caught them, yielding this error message. I enabled verbose SSO logging in order to understand what was going on and then increased the value there in order to fix the issue.