Password Rule (jendela ID-200002)
Dari iDempiere id
jendela: Password Rule
deskripsi: null
membantu: null
TAB: Password Rule
deskripsi: null
membantu null
Berkas:Password Rule - Password Rule - jendela (iDempiere 1.0.0).png
nama | nama | deskripsi | membantu | spesifikasi |
---|---|---|---|---|
Client | Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organization | Organizational entity within client | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | 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 | Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive character(1) NOT NULL Yes-No |