discourse/app/assets/stylesheets/admin/admin_user_fields.scss
Ted Johansson b36747163b
FEATURE: Allow hiding user fields on signup form (#34672)
We want to allow configuring fields that are both optional and editable to not show up in the signup form.

- Fields that are optional but not editable need to be on the signup form, or they can never be filled in.
- Fields that are not optional need to be on the signup form, or you can never sign up.
2025-09-15 10:42:07 +08:00

3 lines
75 B
SCSS
Vendored

.user-field-preferences .form-kit__container-optional {
display: none;
}