I recently inherited a live Joomla 2.5 with CB subs and thousands of paying customers.
It will be several weeks before I will have time or resources to set up a local DEV server with a copy of our main site for testing. It's clearly a pretty fragile setup as it is - a real spaghetti-pile of modules and plugins, all held together with duct tape, it seems.
Anyway, it seems that users are occasionally getting disabled for no logical reason - and I'm pretty sure its because we have some things cross-configured in CBsubs.
A bit of background, we have two kinds of subscription: Free and Paid Yearly.
“Allow Free Registered Users (without subscriptions):” is set to OFF, thus forcing new users to choose from one of the two subscription offers.
Several times a week I get complaints from users who can't log in.
Its almost always people who are trying to renew an expired subscription, or users who have not been on the site for some time. Often their account was originally made three years ago, and maybe not accessed for several months.
What I find when checking their accounts is always these two things:
1) subscription is set NULL (nothing there, neither Free nor Paid)
2) Account is DISABLED
I SUSPECT (but cannot confirm) that many of these events occur when a user gets a renewal notice, and tries to renew/subscribe without first logging in. Could this trigger account disabling?
I used to think that these account disable events were perhaps linked to multiple bad login attempts, but I cannot find a setting (or documentation) about this anywhere. Many of our clients have trouble remembering their passwords... BUT noting that users who until very recently HAD a free or paid subscription are now showing none at all leads me to believe its CBsubs misconfiguration of some kind.
Does this problem sound familiar? Any obvious settings for me to check?