mirror of https://gitee.com/topiam/eiam
⚡ 调整默认用户密码策略
parent
af232e2287
commit
6fb29820ef
|
@ -80,7 +80,7 @@ export default () => {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
submitter={{
|
submitter={{
|
||||||
render: (p, dom) => {
|
render: (_p, dom) => {
|
||||||
return <FooterToolbar>{dom}</FooterToolbar>;
|
return <FooterToolbar>{dom}</FooterToolbar>;
|
||||||
},
|
},
|
||||||
resetButtonProps: {
|
resetButtonProps: {
|
||||||
|
@ -108,7 +108,7 @@ export default () => {
|
||||||
name={['passwordLeastLength']}
|
name={['passwordLeastLength']}
|
||||||
rules={[{ required: true }]}
|
rules={[{ required: true }]}
|
||||||
>
|
>
|
||||||
<InputNumber min={8} max={10} />
|
<InputNumber min={6} max={30} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs={10} sm={10} md={8} lg={8} xl={6}>
|
<Col xs={10} sm={10} md={8} lg={8} xl={6}>
|
||||||
|
|
Loading…
Reference in New Issue