2026-05-18 16:00:42 +08:00

49 lines
1.4 KiB
XML

{
"widgettype": "PopupWindow",
"options": {
"cwidth": 22,
"height": "75%",
"archor": "cc",
"auto_open": true
},
"subwidgets": [
{
"widgettype": "Form",
"options": {
"title": "Reset Password",
"description": "reset yourself password",
"fields": [
{
"name": "password",
"type": "str",
"length": 255,
"uitype": "password",
"datatype": "str",
"required": true,
"label": "密码"
},
{
"name": "cfm_password",
"type": "str",
"length": 255,
"uitype": "password",
"datatype": "str",
"required": true,
"label": "密码"
}
]
},
"binds": [
{
"wid": "self",
"event": "submit",
"actiontype": "urlwidget",
"target": "self",
"options": {
"url": "{{entire_url('reset_password.dspy')}}"
}
}
]
}
]
}