Desensitize sensitive information
What's changed?
#2792
Checklist
- [ ] I have read the Contributing Guide
- [ ] I have written the necessary doc or comment.
- [ ] I have added the necessary unit tests and all cases have passed.
Add or update API
- [ ] I have added the necessary e2e tests and all cases have passed.
Hi, if the user edits the information on the ui page, but clicks OK without making any changes, is the real data already replaced by ****?
Hi, if the user edits the information on the ui page, but clicks OK without making any changes, is the real data already replaced by ****?
desensitize should implement by the server, It's inevitable replace to ***.
desensitize should implement by the server, It's inevitable replace to ***.
hi yes, we need to consider the case where the user modifies the content and the request data is *** but the data is not modified. If the database stores the ***, there will be problems.
Discuss with @Ceilzcx, we decided to suspend this issue until a better solution.