discourse/lib/discourse_dev
Osama Sayegh 3187606d34
FEATURE: Add option to hide full name input at signup (#30471)
This commit replaces the `full_name_required` setting with a new `full_name_requirement` setting to allow more flexibility with the name field in the signup form. The new setting has 2 options, "Required at signup" and "Optional at signup", which are equivalent to the true/false possibilities of the old setting, and a third option "Hidden at signup" that hides the name field from the signup form, making it effectively optional too.

New sites will have the "Hidden at signup" option as the default option, and existing site will continue to use the option that maps to their current configuration.

Internal topic: t/136746.
2024-12-30 22:26:20 +03:00
..
category.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
config.rb FEATURE: Add option to hide full name input at signup (#30471) 2024-12-30 22:26:20 +03:00
email_log.rb DEV: Convert admin-incoming-email modal to component-based API (#22701) 2023-07-20 16:31:20 -05:00
group.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
post_revision.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
post.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
record.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
tag.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
topic.rb DEV: Apply syntax_tree formatting to lib/* 2023-01-09 12:10:19 +00:00
user.rb