Registration

Hi, I've inherited a site and in looking through the site set up I see this:

// ALLOW_REGISTRATION: if true, then anyone can register
// (if false, then users must be added by an administrator)
define(ALLOW_REGISTRATION, false);

But people are still able to create their own user names and emails are generated to them and they can confirm themselves. What would cause this variable to fail?