[SNS_NAME] type = "string" required = 1 caption = "SNS名" [pc_address] type = "string" required = 1 caption = "PC邮件地址" [password] type = "regexp" regexp = "/^[a-z0-9]+$/i" min = 6 max = 12 required = 1 caption = "密码" [password2] type = "regexp" regexp = "/^[a-z0-9]+$/i" min = 6 max = 12 required = 1 caption = "密码(确认)" [admin_username] type = "string" required = 1 caption = "管理用用户名" [admin_password] type = "regexp" regexp = "/^[a-z0-9]+$/i" min = 6 max = 12 required = 1 caption = "管理用密码" [admin_password2] type = "regexp" regexp = "/^[a-z0-9]+$/i" min = 6 max = 12 required = 1 caption = "管理用密码(确认)"