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