Merge pull request 'Fix warning message showing in login page' (#80) from tcdlpds/device-mgt-plugins:master into master

Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/80
This commit is contained in:
Navod Zoysa 2024-09-24 05:15:06 +00:00
commit b1f45852c1
2 changed files with 3 additions and 3 deletions

View File

@ -231,7 +231,7 @@ import java.util.List;
@Scope(
name = "Password Policy",
description = "Set password policy of an Android Device",
key = "and:ops:password-policy",
key = "and:ops:pwd-policy",
roles = {"Internal/devicemgt-admin"},
permissions = {"/device-mgt/devices/owning-device/operations/android/password-policy"}
),
@ -1751,7 +1751,7 @@ public interface DeviceManagementAdminService {
tags = "Android Device Management Administrative Service",
extensions = {
@Extension(properties = {
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:password-policy")
@ExtensionProperty(name = AndroidConstants.SCOPE, value = "and:ops:pwd-policy")
})
}
)

View File

@ -21,7 +21,7 @@
"and:ops:mute",
"and:ops:change-lock-code",
"and:ops:blacklist-app",
"and:ops:password-policy",
"and:ops:pwd-policy",
"and:ops:encrypt-storage",
"and:ops:clear-password",
"and:ops:enterprise-wipe",