Password Rule (finestra ID-200002)
Da iDempiere it.
finestra: Password Rule
descrizione: null
Aiuto: null
TAB: Password Rule
descrizione: null
Aiuto null
File:Password Rule - Password Rule - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Minimum Length | Minimum Length | null | null | MinLength numeric(10) Integer |
Maximum Length | Lunghezza Massima | Lunghezza Massima 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 | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |