瀏覽代碼

add password rule

master
Alex Cheung 1 年之前
父節點
當前提交
bdbb0068a9
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. +11
    -0
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 11
- 0
src/pages/authentication/auth-forms/CustomFormWizard.js 查看文件

@@ -619,6 +619,17 @@ const CustomFormWizard = (props) => {
</FormHelperText>
)}
</Stack>
<Grid container spacing={2} alignItems="center">
<Grid item>
<Typography fontSize="0.75rem">
<br/>
•至少8個字元,字元越多越好 <br/>
•字母和數字的混合<br/>
•英文字母大寫與小寫的混合<br/>
•至少包含一個特殊符號,例如,@ # ?
</Typography>
</Grid>
</Grid>
</Grid>
</Grid>
</Grid>


Loading…
取消
儲存