chore: update changes

This commit is contained in:
JianBo He 2024-01-26 13:46:01 +08:00
parent 8fc8106819
commit 4c1f1d97cd
1 changed files with 5 additions and 0 deletions

View File

@ -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.