Access denied.
'; return; } $blocks = RegBlock::all(); $msg = isset($_GET['msg']) ? (string)$_GET['msg'] : ''; $typeLabel = [ RegBlock::T_USERNAME => 'Username', RegBlock::T_EMAIL => 'E-mail address', RegBlock::T_DOMAIN => 'E-mail domain', ]; ?>Block new registrations by a specific username, a specific e-mail address, or a whole e-mail domain (e.g. an obscene username, or the entire yahoo.com domain). Matching is exact and case-insensitive. Existing accounts are not affected — only new sign-ups.