Mongodb User Creation Error:Couldn't add user:Use of SCRAM-SHA-256 requires undigested passwords
The MongoDB version used is 4.0.5Use the following command to create a user12345db.createUser({user: "admin",pwd: "xxx",roles: [ {role: "userAdminAnyDatabase",