debian-mirror-gitlab/app/views/admin/application_settings/_spam.html.haml

87 lines
4.1 KiB
Text
Raw Normal View History

2019-09-30 21:07:59 +05:30
= form_for @application_setting, url: reporting_admin_application_settings_path(anchor: 'js-spam-settings'), html: { class: 'fieldset-form' } do |f|
2018-05-09 12:01:36 +05:30
= form_errors(@application_setting)
%fieldset
.form-group
2018-11-08 19:23:39 +05:30
.form-check
= f.check_box :recaptcha_enabled, class: 'form-check-input'
= f.label :recaptcha_enabled, class: 'form-check-label' do
2021-06-08 01:23:25 +05:30
= _("Enable reCAPTCHA")
2019-09-30 21:07:59 +05:30
%span.form-text.text-muted#recaptcha_help_block
= _('Helps prevent bots from creating accounts.')
2019-09-04 21:01:54 +05:30
.form-group
.form-check
= f.check_box :login_recaptcha_protection_enabled, class: 'form-check-input'
= f.label :login_recaptcha_protection_enabled, class: 'form-check-label' do
2021-06-08 01:23:25 +05:30
= _("Enable reCAPTCHA for login")
2019-09-04 21:01:54 +05:30
%span.form-text.text-muted#recaptcha_help_block
= _('Helps prevent bots from brute-force attacks.')
2018-05-09 12:01:36 +05:30
.form-group
2021-06-08 01:23:25 +05:30
= f.label :recaptcha_site_key, _('reCAPTCHA Site Key'), class: 'label-bold'
2021-03-11 19:13:27 +05:30
= f.text_field :recaptcha_site_key, class: 'form-control gl-form-input'
2018-11-08 19:23:39 +05:30
.form-text.text-muted
2021-06-08 01:23:25 +05:30
= _("Generate site and private keys at")
2018-11-08 19:23:39 +05:30
%a{ href: 'http://www.google.com/recaptcha', target: 'blank' } http://www.google.com/recaptcha
2018-05-09 12:01:36 +05:30
.form-group
2021-06-08 01:23:25 +05:30
= f.label :recaptcha_private_key, _('reCAPTCHA Private Key'), class: 'label-bold'
2019-09-04 21:01:54 +05:30
.form-group
2021-03-11 19:13:27 +05:30
= f.text_field :recaptcha_private_key, class: 'form-control gl-form-input'
2018-05-09 12:01:36 +05:30
2021-03-08 18:12:59 +05:30
.form-group
.form-check
= f.check_box :invisible_captcha_enabled, class: 'form-check-input'
= f.label :invisible_captcha_enabled, class: 'form-check-label' do
= _('Enable Invisible Captcha during sign up')
%span.form-text.text-muted
= _('Helps prevent bots from creating accounts.')
2018-05-09 12:01:36 +05:30
.form-group
2018-11-08 19:23:39 +05:30
.form-check
= f.check_box :akismet_enabled, class: 'form-check-input'
= f.label :akismet_enabled, class: 'form-check-label' do
Enable Akismet
2021-06-08 01:23:25 +05:30
%span.form-text.text-muted#akismet_help_block= _("Helps prevent bots from creating issues")
2018-05-09 12:01:36 +05:30
.form-group
2021-06-08 01:23:25 +05:30
= f.label :akismet_api_key, _('Akismet API Key'), class: 'label-bold'
2021-03-11 19:13:27 +05:30
= f.text_field :akismet_api_key, class: 'form-control gl-form-input'
2018-11-08 19:23:39 +05:30
.form-text.text-muted
Generate API key at
%a{ href: 'http://www.akismet.com', target: 'blank' } http://www.akismet.com
2018-05-09 12:01:36 +05:30
.form-group
2018-11-08 19:23:39 +05:30
.form-check
= f.check_box :unique_ips_limit_enabled, class: 'form-check-input'
= f.label :unique_ips_limit_enabled, class: 'form-check-label' do
2021-06-08 01:23:25 +05:30
= _("Limit sign in from multiple ips")
2018-11-08 19:23:39 +05:30
%span.form-text.text-muted#unique_ip_help_block
2021-06-08 01:23:25 +05:30
= _("Helps prevent malicious users hide their activity")
2018-05-09 12:01:36 +05:30
.form-group
2021-06-08 01:23:25 +05:30
= f.label :unique_ips_limit_per_user, _('IPs per user'), class: 'label-bold'
2021-03-11 19:13:27 +05:30
= f.number_field :unique_ips_limit_per_user, class: 'form-control gl-form-input'
2018-11-08 19:23:39 +05:30
.form-text.text-muted
2021-06-08 01:23:25 +05:30
= _("Maximum number of unique IPs per user")
2018-05-09 12:01:36 +05:30
.form-group
2021-06-08 01:23:25 +05:30
= f.label :unique_ips_limit_time_window, _('IP expiration time'), class: 'label-bold'
2021-03-11 19:13:27 +05:30
= f.number_field :unique_ips_limit_time_window, class: 'form-control gl-form-input'
2018-11-08 19:23:39 +05:30
.form-text.text-muted
2021-06-08 01:23:25 +05:30
= _("How many seconds an IP will be counted towards the limit")
2018-05-09 12:01:36 +05:30
2020-06-23 00:09:42 +05:30
.form-group
.form-check
= f.check_box :spam_check_endpoint_enabled, class: 'form-check-input'
= f.label :spam_check_endpoint_enabled, _('Enable Spam Check via external API endpoint'), class: 'form-check-label'
.form-text.text-muted= _('Define custom rules for what constitutes spam, independent of Akismet')
.form-group
= f.label :spam_check_endpoint_url, _('URL of the external Spam Check endpoint'), class: 'label-bold'
2021-03-11 19:13:27 +05:30
= f.text_field :spam_check_endpoint_url, class: 'form-control gl-form-input'
2021-06-08 01:23:25 +05:30
.form-group
= f.label :spam_check_api_key, _('Spam Check API Key'), class: 'gl-font-weight-bold'
= f.text_field :spam_check_api_key, class: 'form-control gl-form-input'
.form-text.text-muted= _('The API key used by GitLab for accessing the Spam Check service endpoint')
2020-06-23 00:09:42 +05:30
2021-06-08 01:23:25 +05:30
= f.submit _('Save changes'), class: "gl-button btn btn-confirm"