diff --git a/inc/config.php b/inc/config.php index 8e733f2e..b65c13ba 100644 --- a/inc/config.php +++ b/inc/config.php @@ -383,6 +383,9 @@ // When true, a blank password will be used for files (not usable for deletion). $config['field_disable_password'] = false; + // When true, users are instead presented a selectbox for email. Contains, blank, noko and sage. + $config['field_email_selectbox'] = false; + // Require users to see the ban page at least once for a ban even if it has since expired. $config['require_ban_view'] = true; diff --git a/templates/post_form.html b/templates/post_form.html index 12f1186b..fad81e85 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -25,11 +25,16 @@ {{ antibot.html() }}