discourse/app
David Taylor 0f772bdf5b
FEATURE: Optionally skip using full_name when suggesting usernames (#16592)
This commit introduces a new site setting: `use_name_for_username_suggestions` (default true)

Admins can disable it if they want to stop using Name values when generating usernames for users. This can be useful if you want to keep real names private-by-default or, when used in conjunction with the `use_email_for_username_and_name_suggestions` setting, you would prefer to use email-based username suggestions.
2022-04-29 14:00:13 +01:00
..
assets UX: improve the list of options on the slow mode modal (#16561) 2022-04-28 17:05:32 +04:00
controllers DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
helpers DEV: Allow Ember CLI assets to be used by development Rails app (#16511) 2022-04-21 16:26:34 +01:00
jobs DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
mailers DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
models FEATURE: Optionally skip using full_name when suggesting usernames (#16592) 2022-04-29 14:00:13 +01:00
serializers DEV: Setup experimental sidebar skeleton (#16575) 2022-04-28 15:27:06 +08:00
services DEV: Upgrade to Rails 7 2022-04-28 11:51:03 +02:00
views DEV: Ensure ember-cli `rake theme:qunit` works with CSP enabled (#16541) 2022-04-22 16:59:45 +01:00