mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
Admins can now search for multiple users at once in `/admin/users/list` by separating usernames or emails with commas or whitespace — useful for support workflows where a list of users needs to be checked in one go (e.g. pasted from a spreadsheet; spaces work because usernames and emails can never contain them). The search is also shareable via URL: typing keeps the address bar in sync with a `filter` query param (`/admin/users/list/active?filter=sam,bob@example.com`), and visiting such a URL prefills the search box and filters the list. The old `username` query param keeps working as a read-only legacy fallback — it was a misleading name, since searches also match emails. ## Demo: https://github.com/user-attachments/assets/c85e4f30-3c06-493b-9fed-bb2057209c5d |
||
|---|---|---|
| .. | ||
| environments | ||
| imagemagick | ||
| initializers | ||
| locales | ||
| application.rb | ||
| boot.rb | ||
| cdn.yml.sample | ||
| database.yml | ||
| deploy.rb.sample | ||
| dev_defaults.yml | ||
| discourse.config.sample | ||
| discourse.pill.sample | ||
| discourse_defaults.conf | ||
| environment.rb | ||
| logrotate.conf | ||
| multisite.yml.production-sample | ||
| nginx.sample.conf | ||
| official_plugins.json | ||
| pitchfork.conf.rb | ||
| projections.json | ||
| routes.rb | ||
| sidekiq.yml | ||
| site_settings.yml | ||
| spring.rb | ||
| thin.yml.sample | ||
| unicorn_launcher | ||