芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/pro/password-expiration/module.json
{ "id": "password-expiration", "status": "always-active", "type": "recommended", "title": "Password Age", "description": "Require users to set new passwords after an expiration period has passed.", "password-requirements": { "age": { "user-group": true, "settings": { "type": "object", "properties": { "expire_max": { "type": "integer", "minimum": 0, "default": 120, "title": "Maximum Password Age", "description": "The maximum number of days a password may be kept before it expires." } } } }, "force": { "title": "Force Password Change" } }, "settings": { "type": "object", "properties": { "expire_force": { "type": "integer", "minimum": 0, "default": 0, "readonly": true } } } }