Add: #573 新規のアカウント認識を全て停止するオプション (#583)

This commit is contained in:
KMY(雪あすか) 2024-02-17 16:48:13 +09:00 committed by GitHub
parent 28b15ab268
commit 0048a8368e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 74 additions and 1 deletions

View file

@ -32,5 +32,8 @@
.fields-group
= f.input :hide_local_users_for_anonymous, wrapper: :with_label, as: :boolean, label: t('admin.ng_words.hide_local_users_for_anonymous')
.fields-group
= f.input :permit_new_account_domains, wrapper: :with_label, as: :text, kmyblue: true, input_html: { rows: 6 }, label: t('admin.special_instances.permit_new_account_domains'), hint: t('admin.special_instances.permit_new_account_domains_hint')
.actions
= f.button :button, t('generic.save_changes'), type: :submit