Issue:
When changed password algorithm for tenant, the following actions/apis will timeout
- timeout on update user api:
url:api/user/{{uuid}}
body:
{
"applicationId": "{{application-id}}",
"user": {
"password": "supersecurepassword" // new password
}
}
- timeout on creating a new user using web portal
Steps to reproduce
- create a new tenant
- create a test user for this tenant user+inv1@gmail.com (this should success)
- change password for this user using postman api user+inv1@gmail.com (this should success)
- change the password algorithm for this tenant
- create another test user for this tenant user+inv2@gmail.com (this should failed by timeout)
- change password for old user using postman api user+inv1@gmail.com (this should failed by timeout)