From ded1b4d8b3c1615c0d83ae0482caa63ae128021f Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 29 Jan 2024 18:24:29 +0800 Subject: [PATCH] chore: apply suggestions from code review Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com> --- changes/ce/feat-12396.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/feat-12396.en.md b/changes/ce/feat-12396.en.md index f54f1dc30..c1a35d3f8 100644 --- a/changes/ce/feat-12396.en.md +++ b/changes/ce/feat-12396.en.md @@ -1,4 +1,4 @@ Enhanced the `authentication/:id/import_users` interface for a more user-friendly user import feature: -- Add new parameter `?type=plain` to support importing users with plaintext passwords in extension to the current solution which only supports password hash. +- Add new parameter `?type=plain` to support importing users with plaintext passwords in addition to the current solution which only supports password hash. - Support `content-type: application/json` to accept HTTP Body in JSON format in extension to the current solution which only supports `multipart/form-data` for csv format.