Ej inloggad - Inloggning

GO Password policy

Password Requirements

  1. Length (Passwords must be long enough to provide adequate security without being impractically long):
    1. Minimum Length: 8 characters
    2. Maximum Length: 50 characters
  2. Character Types:
    Passwords must include a mix of different character types to enhance security. The requirements are as follows:
    1. Uppercase Letters: At least one uppercase letter (A-Z)
    2. Lowercase Letters: At least one lowercase letter (a-z)
    3. Numeric Characters: At least one numeric character (0-9)
    4. Special Characters: At least one special character (e.g., !, @, #, $, %, ^, &, *) -NOT ACTIVE
  3. Prohibited Patterns:
    To prevent easy-to-guess passwords, certain patterns and sequences are not allowed:
    1. Common Number Sequences: Passwords must not contain common sequences like "123", "911", "987", or "112".
    2. Repetitive Characters: No more than two identical characters in a row are allowed (e.g., "aaa" or "111").
  4. No Whitespaces
    1. Spaces: Passwords must not contain any spaces.

  • Security lockout: Limits login attempts to 6 attemts within a 5-minute window. It checks the cache for previous attempts, increments the count if each attempt is within 60 seconds, and blocks further attempts if the limit is exceeded, enhancing security against brute force attacks. After 5 minutes, the lock is released, and a new 5-minute interval begins.