mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixes wso2/product-iots#1165
This commit is contained in:
parent
34dcda2c94
commit
5499c271f3
@ -168,7 +168,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -180,7 +180,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -242,7 +242,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
||||||
@ -266,7 +266,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -149,7 +149,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -161,7 +161,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -223,7 +223,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -237,7 +237,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
@ -248,7 +248,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -173,7 +173,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -247,7 +247,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -261,7 +261,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
data-key="passcodePolicyPasscodeHistory" maxlength="2">
|
||||||
@ -271,7 +271,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked" disabled/>
|
checked="checked" disabled/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
@ -168,7 +168,7 @@
|
|||||||
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
<label class="wr-input-label" for="passcodePolicyMaxFailedAttempts">
|
||||||
Maximum number of failed attempts
|
Maximum number of failed attempts
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="The maximum number of failed password entry attempts. If the correct password is not entered within the defined number of attempts, the data on the device will be erased">
|
title="The maximum number of incorrect password entries allowed. If the correct password is not entered within the allowed number of attempts, the data on the device will be erased.">
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
class="form-control operationDataKeys" data-key="passcodePolicyAllowSimple"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper"
|
<span class="helper"
|
||||||
title="Permit the use of repeating, ascending and descending character sequences">
|
title="Permits repeating, ascending and descending character sequences">
|
||||||
Allow simple value
|
Allow simple value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
<input id="passcode-policy-require-alphanumeric" type="checkbox"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
class="form-control operationDataKeys" data-key="passcodePolicyRequireAlphanumeric"
|
||||||
checked="checked"/>
|
checked="checked"/>
|
||||||
<span class="helper" title="Require passcode to contain both letters and numbers">
|
<span class="helper" title="Mandates to contain both letters and numbers">
|
||||||
Require alphanumeric value
|
Require alphanumeric value
|
||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-730 days or none )
|
( Should be in between 1-to-730 days or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
<input id="passcode-policy-max-passcode-age-in-days" type="text"
|
||||||
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
class="form-control operationDataKeys" data-key="passcodePolicyMaxPasscodeAgeInDays"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
( Should be in between 1-to-50 passcodes or none )
|
( Should be in between 1-to-50 passcodes or 0 for none )
|
||||||
</label>
|
</label>
|
||||||
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
<input id="passcode-policy-passcode-history" type="text" class="form-control operationDataKeys"
|
||||||
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
data-key="passcodePolicyPasscodeHistory" maxlength="2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user