Using the Forgot Password feature generated a random numeric password and sends it to the user. However, a pure numeric password can't be used to login since it won't get validated. Hence the Forgot Password and Reset Password features of the API need to be modified in order to generate valid random passwords.
Using the Forgot Password feature generated a random numeric password and sends it to the user. However, a pure numeric password can't be used to login since it won't get validated. Hence the Forgot Password and Reset Password features of the API need to be modified in order to generate valid random passwords.