Password Rule (หน้าต่าง ID-200002)
จาก iDempiere th
หน้าต่าง: Password Rule
ลักษณะ: null
ช่วย: null
TAB: Password Rule
ลักษณะ: null
ช่วย null
ไฟล์:Password Rule - Password Rule - หน้าต่าง (iDempiere 1.0.0).png
ชื่อ | ชื่อ | ลักษณะ | ช่วย | ข้อมูลจำเพาะ |
---|---|---|---|---|
Client | บริษัท | บริษัท/ผู้เช่า สำหรับการติดตั้งนี้ | บริษัท คือ บริษัทหรือนิติบุคคล คุณไม่สามารถใช้ข้อมูลร่วมกันระหว่างบริษัทได้ ผู้เช่า มีความหมายเดียวกับ บริษัท | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | หน่วยงาน/สาขา | หน่วยซึ่งเป็นหน่วยงาน/สาขาภายในบริษัท | หน่วยงาน/สาขา คือ หน่วยของบริษัท หรือ นิติบุคคล - ตัวอย่าง คือ ร้านค้า, สรรพสินค้า คุณสามารถใช้ข้อมูลร่วมกันระหว่างหน่วยงาน/สาขาได้ | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | ชื่อ | ตัวบ่งชี้เป็นตัวอักษรและตัวเลขของ entity นั้น | ชื่อของ entity (ข้อมูล) ถูกใช้เป็นค่าปริยายของทางเลือกในการค้นหาเพิ่มเติมจากการใช้คำสำคัญค้นหา ชื่อยาวได้ถึง 60 ตัวอักษร | Name character varying(60) NOT NULL String |
Minimum Length | Minimum Length | null | null | MinLength numeric(10) Integer |
Maximum Length | Maximum Length | Maximum Length of Data | null | MaxLength numeric(10) Integer |
Alphabetical Character | Alphabetical Character | Require at least # alphabetical in passwords | null | AlphabeticalCharacter numeric(10) Integer |
Digit Character | Digit Character | Require at least # digit in passwords | null | DigitCharacter numeric(10) Integer |
Uppercase Character | Uppercase Character | Require at least # upper case char | null | UppercaseCharacter numeric(10) Integer |
Lowercase Character | Lowercase Character | Require at least # lower case char | null | LowercaseCharacter numeric(10) Integer |
Non Alpha Numeric Character | Non Alpha Numeric Character | Require at least # non-alphanumeric char | null | NonAlphaNumericCharacter numeric(10) Integer |
Alphabetical Sequence | Alphabetical Sequence | Lenght of alphabetical sequence to validate | null | AlphabeticalSequence numeric(10) Integer |
Numerical Sequence | Numerical Sequence | Length of numerical sequence to validate | null | NumericalSequence numeric(10) Integer |
QWERTY Sequence | QWERTY Sequence | Lenght of QWERTY sequences to validate | null | QWERTYSequence numeric(10) Integer |
Repeat Character Regex | Repeat Character Regex | Length of repeated characters to validate | null | RepeatCharacterRegex numeric(10) Integer |
User Name Rule | User Name Rule | Validate the password doesn't contain user name (ignore case and match backwards) | null | IsUserNameRule character(1) Yes-No |
Whitespace | Whitespace | Whitespace validation | null | IsWhitespace character(1) Yes-No |
Using Dictionary | Using Dictionary | null | null | IsUsingDictionary character(1) Yes-No |
Match Backwards of Dictionary | Match Backwards of Dictionary | Match dictionary words backwards | null | IsDictMatchBackwards character(1) Yes-No |
Path Dictionary | Path Dictionary | null | null | PathDictionary character varying(255) FileName |
Word Length Dictionary | Word Length Dictionary | null | null | DictWordLength numeric(10) Integer |
Active | ทำงาน | ข้อมูลนี้ทำงานอยู่ในระบบ | มีสองวิธีที่จะทำให้ข้อมูลต่างๆใช้ในระบบไม่ได้: วิธึแรกคือลบข้อมูลนั้น, อีกวิธีหนึ่งคือ
หยุดการทำงานของข้อมูลนั้น ข้อมูลที่หยุดทำงานจะถูกเลือกไม่ได้, แต่สามารถนำมาใช้ในรายงานได้ มีเหตุผลอยู่ 2 ข้อในการหยุดการทำงานข้อมูล และไม่ลบมันไป: (1) ระบบต้องใช้ข้อมูลในการตรวจสอบ (2) ข้อมูลจะถูกอ้างอิงโดยข้อมูลอื่นๆ เช่น คุณจะลบบริษัทคู่ค้าไม่ได้,ถ้ายังคงมีใบแจ้งหนี้ของบริษัทคู่ค้านั้นอยู่ คุณจะต้องหยุดการทำงานของข้อมูลนี้ ซึ่งจะป้องกันการใส่ข้อมูลเพิ่มใหม่ในอนาคต |
IsActive character(1) NOT NULL Yes-No |