Fix 2579481: Fix change alphanumeric password security hole
This fixes a bug where changing an alphanumeric password didn't ask for the old password first. Change-Id: I8ef4d2b4b87d02c6ddd23da3177e6802fc579c64
This commit is contained in:
@@ -48,6 +48,7 @@ public class ChooseLockSettingsHelper {
|
||||
break;
|
||||
case DevicePolicyManager.PASSWORD_QUALITY_NUMERIC:
|
||||
case DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC:
|
||||
case DevicePolicyManager.PASSWORD_QUALITY_ALPHANUMERIC:
|
||||
launched = confirmPassword(request);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user