本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
alex
/
PNSPS-frontend-MaterialUI
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update password rule in bus
master
Alex Cheung
1 年之前
父節點
bdbb0068a9
當前提交
01f7f9a578
共有
1 個檔案被更改
,包括
11 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
取消
儲存