Security.properties 1.1 KB

1234567891011121314151617181920212223242526
  1. # ---------------------------------------------------------------------------
  2. # Security Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # Secondary Auth Settings
  9. # ---------------------------------------------------------------------------
  10. # Enable Secondary Authentication on Character Select
  11. # Default: False
  12. SecondAuthEnabled = False
  13. # Max Attempts for Second Auth Password
  14. # Default: 5
  15. SecondAuthMaxAttempts = 5
  16. # Ban time if user reach SecondAuthMaxAttempts (in minutes)
  17. # Default: 480
  18. SecondAuthBanTime = 480
  19. # Password Recovery Link
  20. # Default: http://www.example.com/l2j/charPassRec.php
  21. SecondAuthRecoveryLink = http://www.example.com/l2j/charPassRec.php