How to reset password for system-user in AEM 6.5?
User path - /home/users/system/XXXX

When I'm trying to authenticate it using below, it is saying invalid login.
http://localhost:4502/j_security_check?j_username=abc-wf-caas&j_password=abc12345&j_validate=true
Response - invalid_login
Logs:
03.11.2023 03:32:09.075 *INFO* [qtp803765525-2831] org.apache.sling.auth.core.impl.SlingAuthenticator handleLoginFailure: Unable to authenticate abc-wf-caas: UserId/Password mismatch.
I've checked that this user exists, but I am not sure of the password.
Please confirm if this can be reset or can be extracted through admin rights?
Thanks!!