Forum Discussion
Prathik
2 years agoLevel 2.0: Eclair
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 ...
- 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.
Prathik
2 years agoLevel 2.0: Eclair
Hey Jason, yes the command can be sent without input and that clears the password completely, which is not ideal or secure.
Related Content
- 4 months ago