This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add password rule
master
Alex Cheung
1 year ago
parent
a24dd37d8c
commit
bdbb0068a9
1 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
src/pages/authentication/auth-forms/CustomFormWizard.js
+ 11
- 0
src/pages/authentication/auth-forms/CustomFormWizard.js
View File
@@ -619,6 +619,17 @@ const CustomFormWizard = (props) => {
</FormHelperText>
</FormHelperText>
)}
)}
</Stack>
</Stack>
<Grid container spacing={2} alignItems="center">
<Grid item>
<Typography fontSize="0.75rem">
<br/>
•至少8個字元,字元越多越好 <br/>
•字母和數字的混合<br/>
•英文字母大寫與小寫的混合<br/>
•至少包含一個特殊符號,例如,@ # ?
</Typography>
</Grid>
</Grid>
</Grid>
</Grid>
</Grid>
</Grid>
</Grid>
</Grid>
Write
Preview
Loading…
Cancel
Save