From bdbb0068a99bccd761494279cf627d52e10aa98b Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Mon, 11 Sep 2023 14:49:46 +0800 Subject: [PATCH] add password rule --- .../authentication/auth-forms/CustomFormWizard.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index 53d8486..af323e5 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -619,6 +619,17 @@ const CustomFormWizard = (props) => { )} + + + +
+ •至少8個字元,字元越多越好
+ •字母和數字的混合
+ •英文字母大寫與小寫的混合
+ •至少包含一個特殊符號,例如,@ # ? +
+
+