Forum Discussion

Prathik's avatar
Prathik
Level 2.0: Eclair
2 years ago
Solved

Is there a way to force users to reset passcode without admin needing to give a temporary password.

Hi, We have a requirement to force few users to reset passcode. I have tried with https://developers.google.com/android/management/reference/rest/v1/enterprises.devices/issueCommand#CommandType and ...
  • Prathik's avatar
    2 years ago

    Okay thank you. We will go ahead with the following approach.
    1. Set Password Policy
    2. Set Policy enforcement rule for `passwordRequirement` with blockAction set to 0 days.

    3. Send Reset password command with empty/static password which is not compliant with passwordRequirement.

     

    That should block the user until they reset password.