You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/schema-chrome.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,16 @@
35
35
"title": "Enforce autolock",
36
36
"description": "If any value is set, then the user will not be able to change the autolock setting. Set to a number in minutes.",
37
37
"type": "number"
38
+
},
39
+
"passwordPolicy": {
40
+
"title": "Password policy",
41
+
"description": "A regular expression to test if the password meets the security requirements. No slashes are needed (e.g. use [A-Z]+, but not use /[A-Z]+/).",
42
+
"type": "string"
43
+
},
44
+
"passwordPolicyHint": {
45
+
"title": "Password policy hint",
46
+
"description": "Hint to show if the password doesn't meet the security requirements.",
0 commit comments