소스 검색

update password rule in bus

master
Alex Cheung 1 년 전
부모
커밋
01f7f9a578
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      src/pages/authentication/auth-forms/BusCustomFormWizard.js

+ 11
- 0
src/pages/authentication/auth-forms/BusCustomFormWizard.js 파일 보기

@@ -603,6 +603,17 @@ const BusCustomFormWizard = (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>


불러오는 중...
취소
저장