Password Rule (Janela ID-200002)
Fonte: iDempiere pt
Janela: Password Rule
Descrição: null
Ajudar: null
TAB: Password Rule
Descrição: null
Ajudar null
Ficheiro:Password Rule - Password Rule - Janela (iDempiere 1.0.0).png
Nome | Nome | Descrição | Ajudar | Especificações |
---|---|---|---|---|
Client | Empresa | A Empresa instalada neste sistema. | A Empresa é a sociedade, grupo empresarial ou qualquer outra entidade legal instalada neste sistema. Não é possivel partilhar dados entre Empresas. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organismo | Unidade organizacional componente da Empresa | A estrutura é uma das unidades organizacionais que constituem a Empresa, estas entidades podem ter figura juridica ou serem meras abstracções de um modelo de organização empresarial. Como exemplos podemos citar o sector, departamento, armazem, loja ou empresa associada. É possivél e normal partilhar dados entre estruturas. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | 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 | Activo | 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 |