Password Rule (Okno ID-200002)
Z iDempiere pl
Okno: Password Rule
Opis: null
Pomocy: null
TAB: Password Rule
Opis: null
Pomocy null
Plik:Password Rule - Password Rule - Okno (iDempiere 1.0.0).png
Nazwa | Nazwa | Opis | Pomocy | Specyfikacja |
---|---|---|---|---|
Client | Firma | Firma, do której odnosi się ten wpis | Firma (instalacja), do której odnosi się ten wpis | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Jednostka organizacyjna | Jednoska organizacyjna lub prawna w ramach firmy | Organizacja jest jednostką firmy lub legalnym podmiotem - przykładem jest sklep, departament | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nazwa | Identyfikator pozycji | Nazwa pozycji(rekordu) jest używana jako domyslny sposób wyszukiwania wraz z kodem. Nazwa powinna mieścić się w 60 znakach | 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 | Aktywny/Widoczny | Czy pozycja jest aktywna | Nie wszystkie informacje w systemie mogą być usunięte. Wiele informacji musi pozostać w systemie jeżeli zostały raz wprowadzone. 1. Dzieje się tak z dwóch przyczyn:
2. Dany wpis musi pozostać ze względów bezpieczeństwa.: Dany wpis jest powiązany z innymi wpisami w systemie. np nie można usunąć kontrahenta, dla którego były wystawiane faktury. W przypadku kiedy nie jest możliwe usunięcie zapisu, można zrobić go nieaktywnym, tak aby nie pojawiał się na wydrukach |
IsActive character(1) NOT NULL Yes-No |