WARNING: Plain password authentication is used, this will expose your passwords to administrators.
'; echo ''; } # Generate a warning if administrator/root is valid. if ( user_get_id_by_name( 'administrator' ) !== false ) { if ( auth_does_password_match( user_get_id_by_name( 'administrator' ), 'root' ) ) { echo 'WARNING: You should disable the default "administrator" account or change its password.
'; echo 'WARNING: Admin directory should be removed.
'; echo '