Hello,

The register_globals variable in php.ini should have nothing to do with the
login. However, if you are using PHP5, you may need to turn ON the
register_long_arrays variable, in order to register the old-style input arrays,
such as HTTP_GET_VARS.