caton-wang opened a new issue, #8925: URL: https://github.com/apache/rocketmq/issues/8925
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment Ubuntu20.04 ### RocketMQ version 5.3.0/5.3.1 ### JDK Version OpenJDK 1.8.0_342 ### Describe the Bug RocketMQ 5.3.0/5.3.1 update user password or update user type or disable user all return success, but none get changed. Still the same as before. ![rocketmq 5 3 0 update user password bug](https://github.com/user-attachments/assets/95ac2ac9-68c3-44c2-9678-538f9680816e) ### Steps to Reproduce [[ broker.conf ]] brokerClusterName = DefaultCluster brokerName = broker-a brokerId = 0 deleteWhen = 04 fileReservedTime = 48 brokerRole = ASYNC_MASTER flushDiskType = ASYNC_FLUSH namesrvAddr= 192.168.57.10:9876 listenPort = 10911 authenticationEnabled = true authenticationProvider = org.apache.rocketmq.auth.authentication.provider.DefaultAuthenticationProvider initAuthenticationUser = {"username":"rocketmq","password":"12345678"} innerClientAuthenticationCredentials = {"accessKey":"rocketmq","secretKey":"12345678"} authenticationMetadataProvider = org.apache.rocketmq.auth.authentication.provider.LocalAuthenticationMetadataProvider authorizationEnabled = true authorizationProvider = org.apache.rocketmq.auth.authorization.provider.DefaultAuthorizationProvider authorizationMetadataProvider = org.apache.rocketmq.auth.authorization.provider.LocalAuthorizationMetadataProvider reproduce everytime when update user password and user status。 ### What Did You Expect to See? Update user password and status successfully。 ### What Did You See Instead? return success, but got nothing changed. ### Additional Context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org