From 4c1f1d97cd435d81b4af8be7e56cb35807b79c48 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Fri, 26 Jan 2024 13:46:01 +0800 Subject: [PATCH] chore: update changes --- changes/ce/feat-12396.en.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ce/feat-12396.en.md diff --git a/changes/ce/feat-12396.en.md b/changes/ce/feat-12396.en.md new file mode 100644 index 000000000..d835ec7b4 --- /dev/null +++ b/changes/ce/feat-12396.en.md @@ -0,0 +1,5 @@ +Enhanced the `authentication/:id/import_users` interface for a more user-friendly user import feature: + +- Add new query parameter `type=plain` to support importing users with plaintext passwords, + not just hashed ciphertext passwords. +- Support `content-type: application/json` to accept HTTP Body in JSON format, not just file.